Minor changes.
[egate.git] / res+log / Makefile
index 364cdb2..d287e25 100644 (file)
@@ -1,15 +1,17 @@
 # Makefile for resource management/logging facilities.
 # Europagate, 1994-1995.
 #
-# $Log: Makefile,v $
-# Revision 1.1  1995/02/09 17:27:10  adam
-# Initial revision
+# Makefile,v
+# Revision 1.2  1995/02/22  08:51:44  adam
+# Definition of CPP changed.
+#
+# Revision 1.1.1.1  1995/02/09  17:27:11  adam
+# Initial version of email gateway under CVS control.
 #
 SHELL=/bin/sh
 INCLUDE=-I../include
 CFLAGS=-Wall -pedantic -ansi
-CPP=gcc -E
-CC=gcc
+CPP=$(CC) -E
 TPROG1=gw-log-test
 TPROG2=gw-res-test
 LIB=../lib/libres+log.a