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 /editors | |
parent | 1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 (diff) | |
download | busybox-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.gz |
make the build system puuuuuuuuuuurty
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/Makefile.in b/editors/Makefile.in index 114d6200d..83e13921e 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in @@ -31,8 +31,7 @@ ifeq ($(needlibm-y),y) endif $(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) - $(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) + $(do_ar) $(EDITOR_DIR)%.o: $(srcdir)/%.c - $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< - + $(compile.c) |