diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-31 18:15:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-31 18:15:33 +0000 |
commit | 1c93aeda573a9ba671377c235a861d0e8ccd02a8 (patch) | |
tree | b163b36ecb7f2b5eb0066d4204d188bbaa6295cf /ufs | |
parent | c0e4f35272ccf8a8d9e9e87167b39e66dc1243f4 (diff) |
Formerly Makefile.~16~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index b6b006f6..9ec865b3 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -26,7 +26,7 @@ SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ DIST_FILES=$(SRCS) ufs.h Makefile fs.h dinode.h dir.h -OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o boot_machdep.o +OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o #LIBS = $(hurdinst)/lib/libdiskfscombined.a $(libthreads) LIBS = $(libdiskfs) $(libports) $(libdiskfs) $(libpager) $(libioserver) \ |