Correcting linking on MacOS X.
This commit is contained in:
parent
ee13698484
commit
7fa9cd03b0
4
Makefile
4
Makefile
@ -20,7 +20,7 @@ RANLIB= ranlib
|
||||
lib: src/$(LIBNAME)
|
||||
|
||||
src/$(LIBNAME): $(OBJS)
|
||||
$(CC) $(CFLAGS) -o $@ $(LIB_OPTION) $(OBJS) $(DRIVER_LIBS)
|
||||
export MACOSX_DEPLOYMENT_TARGET="10.3"; $(CC) $(CFLAGS) -o $@ $(LIB_OPTION) $(OBJS) $(DRIVER_LIBS)
|
||||
|
||||
$(COMPAT_DIR)/compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
|
||||
$(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
|
||||
@ -36,4 +36,4 @@ jdbc_driver:
|
||||
clean:
|
||||
rm -f src/$(LIBNAME) src/*.o $(COMPAT_DIR)/compat-5.1.o
|
||||
|
||||
# $Id: Makefile,v 1.46 2005/06/06 20:11:52 tomas Exp $
|
||||
# $Id: Makefile,v 1.47 2005/06/06 22:24:36 tomas Exp $
|
||||
|
Loading…
x
Reference in New Issue
Block a user