diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-02 01:41:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-02 01:41:53 +0000 |
commit | b38673fb9fee63303cc6b7d4923ea0dd7cf7310a (patch) | |
tree | d6b2fba68832d7f0e061614dda4372119f58156f /console-tools | |
parent | 1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 (diff) | |
download | busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.gz busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.bz2 busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.zip |
make the build system puuuuuuuuuuurty
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index 87858cd8e..42fc590cd 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in | |||
@@ -29,8 +29,7 @@ APPLET_SRC-y+=$(CONSOLETOOLS_SRC-y) | |||
29 | APPLET_SRC-a+=$(CONSOLETOOLS_SRC-a) | 29 | APPLET_SRC-a+=$(CONSOLETOOLS_SRC-a) |
30 | 30 | ||
31 | $(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS-y)) | 31 | $(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS-y)) |
32 | $(AR) $(ARFLAGS) $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS-y)) | 32 | $(do_ar) |
33 | 33 | ||
34 | $(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c | 34 | $(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c |
35 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 35 | $(compile.c) |
36 | |||