summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-24 16:44:25 +0200
committerMartin Mares <mj@ucw.cz>1998-05-24 16:44:25 +0200
commit315aba32b3c5744a040331d653218d15a55455a5 (patch)
tree57b6ca30305c676cf534f8e5b273352e6ca345c1 /Makefile
parenta2ccbb0b97c1eac3a68f01b7786822a66aaaefa2 (diff)
downloadbird-315aba32b3c5744a040331d653218d15a55455a5.tar
bird-315aba32b3c5744a040331d653218d15a55455a5.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 934fd51..0a1716a 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