Bug fix: missing argument to gw_log-call.
[egate.git] / Makefile
index 471437b..d8d51c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Top level Makefile for Email gateway.
 # Europagate, 1994-1995.
 #
-# $Id: Makefile,v 1.27 1995/11/14 16:31:19 adam Exp $
+# $Id: Makefile,v 1.28 1996/01/09 16:16:02 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
@@ -10,8 +10,8 @@ CPP=$(CC) -E
 LIBDIR=/usr/local/lib/emailgw
 
 # GNU regex package location
-#REGEXOBJ=/usr/local/gnu/regex-0.12/regex.o
-#REGEXINC=-I/usr/local/gnu/regex-0.12
+#REGEXOBJ=../../../pd-src/regex-0.12/regex.o
+#REGEXINC=-I../../../pd-src/regex-0.12
 
 # Other libraries libraries needed on some systems
 #NETLIB=-lnsl -lsocket