diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/ChangeLog | 5 | ||||
-rw-r--r-- | exec/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index 2b6eb242..715b2677 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 12 16:30:12 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * Makefile (HURDLIBS): New variable. + (exec): Delete special dependencies. + Thu Sep 5 11:11:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * main.c: Include <version.h>. diff --git a/exec/Makefile b/exec/Makefile index 6a5d9525..c88720b6 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -27,6 +27,7 @@ LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec DIST_FILES = core.c gcore.c elfcore.c exectrans.c #OTHERLIBS = -lbfd -liberty +HURDLIBS=trivfs threads shouldbeinlibc fshelp exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h @@ -34,5 +35,3 @@ include ../Makeconf CPPFLAGS += -DGZIP # -DBFD -exec: ../libtrivfs/libtrivfs.so ../libthreads/libthreads.so \ - ../libshouldbeinlibc/libshouldbeinlibc.so ../libfshelp/libfshelp.so |