From 9138053e666a052b898ebd2792f37154dea70e61 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 11 Jul 1995 11:48:59 +0000 Subject: [PATCH] Little change. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ed65b6f..73b1590 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Top level Makefile for Email gateway. # Europagate, 1994-1995. # -# $Id: Makefile,v 1.24 1995/07/05 10:19:42 adam Exp $ +# $Id: Makefile,v 1.25 1995/07/11 11:48:59 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=../../regex-0.12/regex.o +#REGEXINC=-I../../regex-0.12 # Other libraries libraries needed on some systems #NETLIB=-lnsl -lsocket -- 1.7.10.4