automake/autoconf fixes
[cacao.git] / Makefile.in
index 18289196ee4ad89c34f57405ef8173dc332c79bf..077f6fcffce096432c344c9c903443be2532a69f 100644 (file)
@@ -10,7 +10,7 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# $Id: Makefile.in 118 1999-01-20 14:58:16Z andi $
+# $Id: Makefile.in 120 1999-01-20 15:41:38Z andi $
 
 
 SHELL = /bin/sh
@@ -544,7 +544,8 @@ nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
        rm -f @SYSDEP_DIR@/asmpart.s
        @CPP@ $(INCLUDES) $(top_srcdir)/@SYSDEP_DIR@/asmpart.c \
                        > @SYSDEP_DIR@/asmpart.s
-       @CC@ $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o @SYSDEP_DIR@/asmpart.s
+       @CC@ $(CFLAGS) $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o \
+                       @SYSDEP_DIR@/asmpart.s
        rm -f asmpart.s
 
 compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \