summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index ea989645b..20c179520 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -90,7 +90,7 @@ guile_filter_doc_snarfage_SOURCES = c-tokenize.c
c-tokenize.$(OBJEXT): c-tokenize.c
$(AM_V_GEN) \
if [ "$(cross_compiling)" = "yes" ]; then \
- $(CC_FOR_BUILD) $(DEFS) $(AM_CPPFLAGS) -c -o $@ $<; \
+ $(CC_FOR_BUILD) -c -o $@ $<; \
else \
$(COMPILE) -c -o $@ $<; \
fi