Standardizing Makefile and config.

This commit is contained in:
tomas
2005-06-05 00:36:18 +00:00
parent 9265a97822
commit 95bd727a3d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,10 @@
# $Id: Makefile,v 1.20 2005/06/04 18:22:29 tomas Exp $
# $Id: Makefile,v 1.21 2005/06/05 00:36:18 tomas Exp $
T= lfs
V= 1.1
include ./config
V= 1.1
LIBNAME= lib$T.$V.so
COMPAT_O= $(COMPAT_DIR)/compat-5.1.o
SRCS= src/$T.c
OBJS= src/$T.o $(COMPAT_O)