summaryrefslogtreecommitdiff
path: root/src/tool/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/Makefile.in')
-rw-r--r--src/tool/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/Makefile.in b/src/tool/Makefile.in
index 59ef89958..9d9a8668f 100644
--- a/src/tool/Makefile.in
+++ b/src/tool/Makefile.in
@@ -44,7 +44,7 @@ obj_all:
obj_all/%.o: %.c $(COMMON_H) $(LIBCONFIG_H)
@echo " CC $<"
- @@CC@ @CFLAGS@ $(LIBCONFIG_INCLUDE) @LDFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
+ @@CC@ @CFLAGS@ $(LIBCONFIG_INCLUDE) @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
# missing common object files
../common/obj_all/%.o: