diff options
Diffstat (limited to 'console-tools/Makefile.in')
-rw-r--r-- | console-tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index b19ce5cb2..23ce37397 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in | |||
@@ -37,7 +37,7 @@ CONSOLETOOLS_DIR-$(CONFIG_SETKEYCODES) += setkeycodes.o | |||
37 | libraries-y+=$(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR) | 37 | libraries-y+=$(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR) |
38 | 38 | ||
39 | $(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) | 39 | $(CONSOLETOOLS_DIR)$(CONSOLETOOLS_AR): $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) |
40 | $(AR) -ro $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) | 40 | $(AR) $(ARFLAGS) $@ $(patsubst %,$(CONSOLETOOLS_DIR)%, $(CONSOLETOOLS_DIR-y)) |
41 | 41 | ||
42 | $(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c | 42 | $(CONSOLETOOLS_DIR)%.o: $(srcdir)/%.c |
43 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 43 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< |