diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-02 01:41:53 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-02 01:41:53 +0000 |
commit | fe03e7d91035e34645b610d77b4b5c1c3ae3ca73 (patch) | |
tree | d6b2fba68832d7f0e061614dda4372119f58156f /editors | |
parent | 23139ee999f77ad688db86262ec1520b7934a6a4 (diff) | |
download | busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.tar.gz busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.tar.bz2 busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.zip |
make the build system puuuuuuuuuuurty
git-svn-id: svn://busybox.net/trunk/busybox@13793 69ca8d6d-28ef-0310-b511-8ec308f3f277
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) | |||
31 | endif | 31 | endif |
32 | 32 | ||
33 | $(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) | 33 | $(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) |
34 | $(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) | 34 | $(do_ar) |
35 | 35 | ||
36 | $(EDITOR_DIR)%.o: $(srcdir)/%.c | 36 | $(EDITOR_DIR)%.o: $(srcdir)/%.c |
37 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 37 | $(compile.c) |
38 | |||