diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-15 15:43:59 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-15 15:43:59 +0200 |
commit | 3994080eb1a86f085498bee1f36cbdb52b30191d (patch) | |
tree | 1e572d6441cca51b6caffce494cce9541d1b532f | |
parent | 25697773b529d80278679978b7416ca9c87e15e9 (diff) | |
download | bird-3994080eb1a86f085498bee1f36cbdb52b30191d.tar bird-3994080eb1a86f085498bee1f36cbdb52b30191d.zip |
Fixed path to includes.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |