Minor changes.
[egate.git] / zlayer / Makefile
index 851234d..e9ca458 100644 (file)
@@ -1,8 +1,11 @@
 # Makefile for Email gateway utilities
 # Europagate, 1995
 #
-# $Log: Makefile,v $
-# Revision 1.2  1995/02/16 15:01:38  quinn
+# Makefile,v
+# Revision 1.3  1995/02/22  08:51:49  adam
+# Definition of CPP changed.
+#
+# Revision 1.2  1995/02/16  15:01:38  quinn
 # Polished some library-references
 #
 # Revision 1.1  1995/02/16  14:47:55  quinn
@@ -20,9 +23,9 @@ CFLAGS=-g -Wall -pedantic -ansi
 TPROG1=test
 LIB=../lib/libzass.a
 PO=zaccess.o
-CPP=cc -E
+CPP=$(CC) -E
 DEFS=$(INCLUDE)
-ZDEFS=-DLOW_TO_HIGH -Dfar=
+ZDEFS=-DHIGH_TO_LOW -Dfar=
 
 all: $(LIB)