From b191446532a020ab0b2734cf64d99a1599b9cdb1 Mon Sep 17 00:00:00 2001 From: tomas Date: Fri, 15 Oct 2004 10:45:18 +0000 Subject: Pequenas melhorias no processo de compilacao. --- Makefile | 3 ++- config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2878a50..00387ab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2004/10/15 10:07:53 tomas Exp $ +# $Id: Makefile,v 1.7 2004/10/15 10:45:18 tomas Exp $ T= lfs @@ -20,6 +20,7 @@ $(LIBNAME): $(OBJS) $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS) compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c + $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c install: $(LIBNAME) mkdir -p $(LIB_DIR) diff --git a/config b/config index beb3947..16ed356 100644 --- a/config +++ b/config @@ -10,7 +10,7 @@ LIB_EXT= .dylib LIB_OPTION= -dynamiclib #for MacOS X #LIB_OPTION= -shared #for Linux -COMPAT_DIR= ../compat +COMPAT_DIR= . # Compilation directives # On FreeBSD systems, the following line should be commented -- cgit v1.2.3-55-g6feb