]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixed path to includes.
authorMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:44:25 +0000 (14:44 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 24 May 1998 14:44:25 +0000 (14:44 +0000)
Makefile

index 934fd51adb4f1635082885a8c08f85c1d62c4ce3..0a1716aeeb808a1465b29e6a59691106e1d0d6f4 100644 (file)
--- 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