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 | ff4c54baf383829094aa518ad5039cdfc0c269f6 (patch) | |
tree | a8dec1601d4915d8d448267137ac192cf74e7362 /ufs/Makefile | |
parent | 523abd876fc15e28e0d47e34c91494357d8ccc41 (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 |