aboutsummaryrefslogtreecommitdiff
path: root/busybox/editors/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/editors/Makefile.in')
-rw-r--r--busybox/editors/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/editors/Makefile.in b/busybox/editors/Makefile.in
index 571e05568..b43cc463b 100644
--- a/busybox/editors/Makefile.in
+++ b/busybox/editors/Makefile.in
@@ -41,7 +41,7 @@ ifeq ($(needlibm-y),y)
41endif 41endif
42 42
43$(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) 43$(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
44 $(AR) -ro $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y)) 44 $(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
45 45
46$(EDITOR_DIR)%.o: $(srcdir)/%.c 46$(EDITOR_DIR)%.o: $(srcdir)/%.c
47 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 47 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<