From: Martin Mares Date: Fri, 15 May 1998 13:43:59 +0000 (+0000) Subject: Fixed path to includes. X-Git-Tag: v1.2.0~1905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3994080eb1a86f085498bee1f36cbdb52b30191d;p=thirdparty%2Fbird.git Fixed path to includes. --- diff --git a/Makefile b/Makefile index 3a74205ba..3292c7a09 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TOPDIR=$(shell pwd) OBJDIR=obj -CPPFLAGS=-I$(TOPDIR)/sysdep/linux -I$(TOPDIR) +CPPFLAGS=-I$(TOPDIR)/$(OBJ) -I$(TOPDIR) OPT=-O2 DEBUG=-g#gdb CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses