diff options
Diffstat (limited to 'games/nil/files/patch-configure')
| -rw-r--r-- | games/nil/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/nil/files/patch-configure b/games/nil/files/patch-configure new file mode 100644 index 000000000000..1564726c5e15 --- /dev/null +++ b/games/nil/files/patch-configure @@ -0,0 +1,12 @@ +--- ./configure.orig Thu Jan 6 13:06:23 2005 ++++ ./configure Fri Jun 16 21:54:02 2006 +@@ -23,8 +23,7 @@ + echo " @cd src && make all" >> Makefile + echo "utils:" >> Makefile + echo " @cd utils && make all" >> Makefile +-echo "all:" >> Makefile +-echo " nil utils" >> Makefile ++echo "all: nil utils" >> Makefile + echo "clean:" >> Makefile + echo " @cd \$(CURRENTPATH)/utils && make clean" >> Makefile + echo " @cd \$(CURRENTPATH)/src && make clean" >> Makefile |
