summaryrefslogtreecommitdiff
path: root/games/nil/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/nil/files/patch-configure')
-rw-r--r--games/nil/files/patch-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/nil/files/patch-configure b/games/nil/files/patch-configure
deleted file mode 100644
index 1564726c5e15..000000000000
--- a/games/nil/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./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