diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 21:25:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 21:25:23 +0000 |
commit | ad27c749b70c5c5668e64101c28ab14853d9c239 (patch) | |
tree | f36356470b04276e937f748823bf7703dc2ad2c4 /ufs/Makefile | |
parent | cf4a023d3f3602fb7d51f27052cacc9230eb0404 (diff) |
Formerly Makefile.~29~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |