Upgrade Boehm GC to 7.2alpha4.
[cacao.git] / src / mm / boehm-gc / PCR-Makefile
index db4c9f01819d0d8df2b1466c259fa7b6e8439fef..d7b79d1512f88e66d486baa2e49123db506bf9f9 100644 (file)
@@ -59,10 +59,10 @@ mach_dep.o: mach_dep.c mips_mach_dep.s rs6000_mach_dep.s if_mach if_not_there
        ./if_mach SPARC SOLARIS as -o mach_dep.o sparc_mach_dep.s
        ./if_not_there mach_dep.o $(CC) -c $(SPECIALCFLAGS) mach_dep.c
 
-if_mach: if_mach.c gcconfig.h
-       $(CC) $(CFLAGS) -o if_mach if_mach.c
+if_mach: extra/if_mach.c gcconfig.h
+       $(CC) $(CFLAGS) -o if_mach extra/if_mach.c
 
-if_not_there: if_not_there.c
-       $(CC) $(CFLAGS) -o if_not_there if_not_there.c
+if_not_there: extra/if_not_there.c
+       $(CC) $(CFLAGS) -o if_not_there extra/if_not_there.c