summaryrefslogtreecommitdiff
path: root/editors/mined/files/patch-src::mkinclud.cc
blob: 26088f9ea120e664bb7eda0d61c77919ab352cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/mkinclud.cc.orig	Mon Apr  9 19:43:04 2001
+++ src/mkinclud.cc	Sat Dec 25 12:25:56 2004
@@ -25,7 +25,7 @@
 # compilation setup
 
 # Collection of compilation parameters:
-CFLAGS	= $(SYSFLAGS) $(OPT) $(DEBUG)
+CFLAGS+= $(SYSFLAGS) $(DEBUG)
 
 
 #############################################################################