From ad27c749b70c5c5668e64101c28ab14853d9c239 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Jul 1994 21:25:23 +0000 Subject: Formerly Makefile.~29~ --- ufs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufs/Makefile') diff --git a/ufs/Makefile b/ufs/Makefile index 5beca669..e2e4fdcf 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -33,6 +33,7 @@ OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o #LIBS = $(hurdinst)/lib/libdiskfscombined.a $(libthreads) LIBS = $(libdiskfs) $(libports) $(libdiskfs) $(libpager) $(libioserver) \ $(libfshelp) $(libdiskfs) $(libthreads) $(libports) +#LIBS = $(LIBPARTS) LIBPARTS = $(libdiskfs) $(libports) $(libpager) $(libioserver) $(libfshelp) @@ -40,7 +41,7 @@ all: ufs # Don't use $^ in this rule; it will omit the duplicates in $(LIBS). ufs: $(OBJS) $(LIBS) - $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) + $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) # -Xlinker --no-keep-memory exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs -- cgit v1.2.3