Always look for includes in $(PREFIX)/include

This commit is contained in:
Pierre Pronchery 2009-12-21 15:11:26 +00:00
parent 003fba1b4e
commit c9e7cf342b
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
CC = cc
CPPFLAGSF=
CPPFLAGSF= -I $(PREFIX)/include
CPPFLAGS=
CFLAGSF = -W
CFLAGS = -Wall -g -O2 -pedantic

View File

@ -1,4 +1,5 @@
targets=configure,makedepend
cppflags_force=-I $(PREFIX)/include
cflags_force=-W
cflags=-Wall -g -O2 -pedantic
ldflags_force=-L $(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib -lSystem