From: Martin Mares Date: Sun, 24 May 1998 14:44:25 +0000 (+0000) Subject: Fixed path to includes. X-Git-Tag: v1.2.0~1900 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=315aba32b3c5744a040331d653218d15a55455a5;p=thirdparty%2Fbird.git Fixed path to includes. --- diff --git a/Makefile b/Makefile index 934fd51ad..0a1716aee 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TOPDIR=$(shell pwd) OBJDIR=obj -CPPFLAGS=-I$(TOPDIR)/$(OBJ) -I$(TOPDIR) +CPPFLAGS=-I$(TOPDIR)/$(OBJDIR) -I$(TOPDIR) OPT=-O2 DEBUG=-g#gdb CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses