From 3994080eb1a86f085498bee1f36cbdb52b30191d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 15 May 1998 13:43:59 +0000 Subject: [PATCH] Fixed path to includes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a74205b..3292c7a0 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