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 /coreutils/libcoreutils | |
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 'coreutils/libcoreutils')
-rw-r--r-- | coreutils/libcoreutils/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/coreutils/libcoreutils/Makefile.in b/coreutils/libcoreutils/Makefile.in index 1f0c19e73..092019124 100644 --- a/coreutils/libcoreutils/Makefile.in +++ b/coreutils/libcoreutils/Makefile.in | |||
@@ -45,8 +45,7 @@ endif | |||
45 | LIBCOREUTILS_OBJS=$(patsubst %,$(LIBCOREUTILS_DIR)/%, $(LIBCOREUTILS-y)) | 45 | LIBCOREUTILS_OBJS=$(patsubst %,$(LIBCOREUTILS_DIR)/%, $(LIBCOREUTILS-y)) |
46 | 46 | ||
47 | $(LIBCOREUTILS_DIR)/$(LIBCOREUTILS_AR): $(patsubst %,$(LIBCOREUTILS_DIR)/%,$(LIBCOREUTILS-y)) | 47 | $(LIBCOREUTILS_DIR)/$(LIBCOREUTILS_AR): $(patsubst %,$(LIBCOREUTILS_DIR)/%,$(LIBCOREUTILS-y)) |
48 | $(AR) $(ARFLAGS) $(@) $(^) | 48 | $(do_ar) |
49 | 49 | ||
50 | $(LIBCOREUTILS_DIR)/%.o: $(srcdir)/%.c | 50 | $(LIBCOREUTILS_DIR)/%.o: $(srcdir)/%.c |
51 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 51 | $(compile.c) |
52 | |||