diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-21 18:32:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-21 18:32:24 +0000 |
commit | 346f45949399673088a3b23b484981f2bf1a4d5e (patch) | |
tree | 396936df607f52ce943667f6bdc4f687b7bd3ea9 /storeio | |
parent | 4baf4590ae335f8b3787d4e73aed59992cdf3426 (diff) |
*** empty log message ***
Diffstat (limited to 'storeio')
-rw-r--r-- | storeio/ChangeLog | 5 | ||||
-rw-r--r-- | storeio/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 848c1290..d482f7dc 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 19 17:18:11 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + (storeio): Deleted special dependencies. + Fri Sep 13 11:05:06 1996 Miles Bader <miles@gnu.ai.mit.edu> * storeio.c (argp_program_version): New variable. diff --git a/storeio/Makefile b/storeio/Makefile index 8f79f672..61ff21c4 100644 --- a/storeio/Makefile +++ b/storeio/Makefile @@ -24,7 +24,6 @@ SRCS = dev.c storeio.c open.c pager.c io.c LCLHDRS = dev.h open.h OBJS = $(SRCS:.c=.o) +HURDLIBS = trivfs pager ports fshelp store threads ihash shouldbeinlibc include ../Makeconf - -storeio: $(OBJS) ../libtrivfs/libtrivfs.a ../libpager/libpager.a ../libports/libports.a ../libfshelp/libfshelp.a ../libstore/libstore.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a |