aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccmalloc/files/patch-Makefile.in
blob: e1fd0c2dd765cd5da973d9adb1ba504ff4f5010c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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 $@