Probably made it easier to cross-compile

This commit is contained in:
Pierre Pronchery 2010-05-27 14:12:41 +00:00
parent df0eb5268a
commit 15a7af10ce
2 changed files with 3 additions and 3 deletions

View File

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

View File

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