Minor changes.
[egate.git] / kernel / Makefile
index 231c015..852fed5 100644 (file)
@@ -1,8 +1,12 @@
 # Makefile for Email gateway CCL
 # Europagate, 1995
 #
-# $Log: Makefile,v $
-# Revision 1.6  1995/02/21 14:00:08  adam
+# Makefile,v
+# Revision 1.7  1995/02/22  08:51:34  adam
+# Output function can be customized in fml, which is used to print
+# the reply to reply_fd.
+#
+# Revision 1.6  1995/02/21  14:00:08  adam
 # Minor changes.
 #
 # Revision 1.5  1995/02/21  12:11:59  adam
@@ -34,7 +38,7 @@ INCLUDE=-I../include
 CFLAGS=-g -Wall 
 TPROG1=kernel
 O=main.o urp.o
-CPP=cc -E
+CPP=$(CC) -E
 USELIBS1=../lib/ccl.a ../lib/fml.a ../lib/libzass.a ../lib/libres+log.a \
 ../lib/util.a $(ZLIB)
 DEFS=$(INCLUDE) -DUSE_FML=1