From 9f9257647e4448b4eb47fe59d72be34b8de2b28e Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 6 Jun 2005 20:10:10 +0000 Subject: Excluding -ldl option (it seems not necessary). Including configurable config file. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 033d9d6..6836d04 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.21 2005/06/05 00:36:18 tomas Exp $ +# $Id: Makefile,v 1.22 2005/06/06 20:10:10 tomas Exp $ T= lfs V= 1.1 +CONFIG= ./config -include ./config +include $(CONFIG) COMPAT_O= $(COMPAT_DIR)/compat-5.1.o SRCS= src/$T.c -- cgit v1.2.3-55-g6feb