From: Paul Mackerras Date: Wed, 25 Mar 1998 03:18:06 +0000 (+0000) Subject: include from ../include not .. X-Git-Tag: RELEASE_2_3_6~93 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=28378b56f63934235230d6541610d47361307ba7 include from ../include not .. --- diff --git a/aix4/Makefile b/aix4/Makefile index 8632d27..fbca3e6 100644 --- a/aix4/Makefile +++ b/aix4/Makefile @@ -2,14 +2,14 @@ # Makefile for AIX 4.1 # # -# $Id: Makefile,v 1.4 1995/12/11 05:02:57 paulus Exp $ +# $Id: Makefile,v 1.5 1998/03/25 03:18:06 paulus Exp $ # #ifndef DRIVERS DRIVERS=/usr/lib/drivers #endif CC=xlc -IFLAGS = -I.. +IFLAGS = -I../include DFLAGS = -D_KERNEL -DINET -DPPP_VD -DNUM_PPP=5 -DDEBUGS -DPPP_STATS -DVJC -D__aix4__ -DAIX4 CFLAGS = $(DFLAGS) $(IFLAGS)