aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b474952..bd79b73 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1# $Id: Makefile,v 1.23 2005/06/06 22:15:53 tomas Exp $ 1# $Id: Makefile,v 1.24 2005/06/10 13:01:15 tomas Exp $
2 2
3T= lfs 3T= lfs
4V= 1.1 4V= 1.2
5CONFIG= ./config 5CONFIG= ./config
6 6
7include $(CONFIG) 7include $(CONFIG)
@@ -14,7 +14,7 @@ OBJS= src/$T.o $(COMPAT_O)
14lib: src/$(LIBNAME) 14lib: src/$(LIBNAME)
15 15
16src/$(LIBNAME): $(OBJS) 16src/$(LIBNAME): $(OBJS)
17 export MACOSX_DEPLOYMENT_TARGET="10.3"; $(CC) $(CFLAGS) $(LIBS) $(LIB_OPTION) -o src/$(LIBNAME) $(OBJS) 17 export MACOSX_DEPLOYMENT_TARGET="10.3"; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/$(LIBNAME) $(OBJS)
18 18
19$(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c 19$(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c
20 $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c 20 $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c