Fixed Makefile

This commit is contained in:
Pierre Pronchery 2005-10-21 23:41:10 +00:00
parent e3c060d9b1
commit 0e754ad10f
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
TARGETS = configure TARGETS = configure
CFLAGSF = -W -Wall -ansi CFLAGSF = -W -Wall -ansi -I /System/Include
CFLAGS = -g CFLAGS = -g
LDFLAGSF= -lSystem LDFLAGSF= -L /System/Libraries -l System -l dl
CC = cc CC = cc
AR = ar rc AR = ar rc
RANLIB = ranlib RANLIB = ranlib

View File

@ -1,7 +1,7 @@
targets=configure targets=configure
cflags_force=-W -Wall -ansi cflags_force=-W -Wall -ansi -I /System/Include
cflags=-g cflags=-g
ldflags_force=-lSystem ldflags_force=-L /System/Libraries -l System -l dl
[configure] [configure]
type=binary type=binary