Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / Recipe
diff --git a/Recipe b/Recipe
index 7907a2e..425f419 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -13,6 +13,7 @@
 !makefile wce Makefile.wce
 !makefile cygwin Makefile.cyg
 !makefile osx Makefile.osx
+!makefile gnustep Makefile.gnustep
 !makefile nestedvm Makefile.nestedvm
 
 !srcdir icons/
@@ -169,13 +170,14 @@ version2.def: FORCE
                mv version2.def.new version2.def; \
        fi
 .PHONY: FORCE
+!end
 !specialobj osx version
 
 # make install for Unix.
 !begin gtk
 install:
        for i in $(GAMES); do \
-               $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i \
+               $(INSTALL_PROGRAM) -m 755 $(BINPREFIX)$$i $(DESTDIR)$(gamesdir)/$(BINPREFIX)$$i \
                || exit 1; \
        done
 !end