]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixed path to includes.
authorMartin Mares <mj@ucw.cz>
Fri, 15 May 1998 13:43:59 +0000 (13:43 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 15 May 1998 13:43:59 +0000 (13:43 +0000)
Makefile

index 3a74205baa994f9f4aad304bfc616f004fcc96d0..3292c7a09cdd31db9a9bea66026940f9dafbf8a2 100644 (file)
--- 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