diff options
Diffstat (limited to 'devel/ccmalloc/files/patch-Makefile.in')
-rw-r--r-- | devel/ccmalloc/files/patch-Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/ccmalloc/files/patch-Makefile.in b/devel/ccmalloc/files/patch-Makefile.in deleted file mode 100644 index e1fd0c2dd765..000000000000 --- a/devel/ccmalloc/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Wed Jan 30 15:27:10 2002 -+++ Makefile.in Mon Mar 18 17:39:49 2002 -@@ -3,6 +3,7 @@ - COMPILERS=@COMPILERS@ - TARGETS=lib/libccmalloc.a @TARGETS@ bin/ccmalloc - PREFIX=@PREFIX@ -+OPSYS=@OPSYS@ - - #--------------------------------------------------------------------------# - -@@ -43,6 +44,7 @@ - -e 's,@''PREFIX@,$(PREFIX),g' \ - -e 's,@''COMPILERS@,"$(COMPILERS)",g' \ - -e 's,@''VERSION@,@VERSION@,g' \ -+ -e 's,@''OPSYS@,@OPSYS@,g' \ - src/ccmalloc.in > $@ - chmod 755 $@ - |