X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/68fc254beda8c7ec5b6f738d4a3ef3f08ac5da57..f335fd5185bf40dfcf147826299d04ba84cc083a:/Recipe diff --git a/Recipe b/Recipe index e57e7cd..31b7008 100644 --- a/Recipe +++ b/Recipe @@ -152,9 +152,9 @@ version2.def: FORCE # generates _nearly_ the same output, but it has no check function. !begin osx version.ppc.o: version.c version2.def - $(CC) -arch ppc $(COMPAT) $(XFLAGS) $(CFLAGS) `cat version2.def` -c version.c + $(CC) -arch ppc $(COMPAT) $(XFLAGS) $(CFLAGS) `cat version2.def` -c version.c -o $@ version.i386.o: version.c version2.def - $(CC) -arch i386 $(COMPAT) $(XFLAGS) $(CFLAGS) `cat version2.def` -c version.c + $(CC) -arch i386 $(COMPAT) $(XFLAGS) $(CFLAGS) `cat version2.def` -c version.c -o $@ version2.def: FORCE if test -z "$(VER)" && test -f manifest && (md5 -r `awk '{print $$2}' manifest` | diff -w manifest -); then \ cat version.def > version2.def.new; \ @@ -169,6 +169,7 @@ version2.def: FORCE mv version2.def.new version2.def; \ fi .PHONY: FORCE +!end !specialobj osx version # make install for Unix.