diff options
Diffstat (limited to 'textproc/permute/files/patch-Makefile')
-rw-r--r-- | textproc/permute/files/patch-Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/textproc/permute/files/patch-Makefile b/textproc/permute/files/patch-Makefile deleted file mode 100644 index 627ccebead99..000000000000 --- a/textproc/permute/files/patch-Makefile +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.orig Fri Jul 14 14:51:01 2000 -+++ Makefile Thu Sep 8 07:24:24 2005 -@@ -1,3 +1,3 @@ -+all: permute - permute: permute.cpp -- g++ -o permute permute.cpp -- strip permute -+ ${CXX} ${CXXFLAGS} -o permute permute.cpp |