projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
95d2060
)
Removed CFLAGS def.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 Mar 1995 12:49:03 +0000
(12:49 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 Mar 1995 12:49:03 +0000
(12:49 +0000)
ccl/Makefile
patch
|
blob
|
history
diff --git
a/ccl/Makefile
b/ccl/Makefile
index
520cec9
..
79512ee
100644
(file)
--- a/
ccl/Makefile
+++ b/
ccl/Makefile
@@
-2,7
+2,10
@@
# Europagate, 1995
#
# $Log: Makefile,v $
# Europagate, 1995
#
# $Log: Makefile,v $
-# Revision 1.6 1995/02/23 08:31:58 adam
+# Revision 1.7 1995/03/27 12:49:03 adam
+# Removed CFLAGS def.
+#
+# Revision 1.6 1995/02/23 08:31:58 adam
# Changed header.
#
# Revision 1.4 1995/02/22 08:50:28 adam
# Changed header.
#
# Revision 1.4 1995/02/22 08:50:28 adam
@@
-19,7
+22,7
@@
#
SHELL=/bin/sh
INCLUDE=-I../include
#
SHELL=/bin/sh
INCLUDE=-I../include
-CFLAGS=-g -Wall -pedantic -ansi
+#CFLAGS=-g -Wall -pedantic -ansi
TPROG1=cclsh
LIB=../lib/ccl.a
PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o
TPROG1=cclsh
LIB=../lib/ccl.a
PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o