summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-15 15:43:59 +0200
committerMartin Mares <mj@ucw.cz>1998-05-15 15:43:59 +0200
commit3994080eb1a86f085498bee1f36cbdb52b30191d (patch)
tree1e572d6441cca51b6caffce494cce9541d1b532f /Makefile
parent25697773b529d80278679978b7416ca9c87e15e9 (diff)
downloadbird-3994080eb1a86f085498bee1f36cbdb52b30191d.tar
bird-3994080eb1a86f085498bee1f36cbdb52b30191d.zip
Fixed path to includes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a74205..3292c7a 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