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 | 4db83a91c97a31391d9068ab3b2a1d7312861ddb (patch) | |
tree | fd26c28e4ef0c1887d353d89ffe2c15ff109eba6 /ufs/Makefile | |
parent | 5987185d3f823e93c14718655e6e8b09f193a00f (diff) |
Formerly Makefile.~16~
Diffstat (limited to 'ufs/Makefile')
-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) \ |