diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /libtrivfs | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) | |
download | hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.gz hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.tar.bz2 hurd-dcf8f5b059e9ae3f767dc4069859dceba756328a.zip |
*** empty log message ***
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/ChangeLog | 5 | ||||
-rw-r--r-- | libtrivfs/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index c561d330..83b1f653 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:23:15 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + (libtrivfs.so): Delete special depedency. + Fri Aug 16 19:24:45 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * migsupport.c (trivfs_end_using_protid): Only call diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 66333f32..ac18858c 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -44,6 +44,7 @@ SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS) MIGSTUBS=fsServer.o ioServer.o fsysServer.o fsys_replyUser.o +HURDLIBS=ports OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) LCLHDRS = trivfs.h fsmutations.h priv.h MIGSFLAGS=-imacros $(srcdir)/fsmutations.h @@ -53,4 +54,3 @@ installhdrs = trivfs.h include ../Makeconf -libtrivfs.so: ../libports/libports.so |