diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-20 19:53:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-20 19:53:16 +0000 |
commit | dd64887a44e8f073b2a492a0c3e155a71502754a (patch) | |
tree | dc538e591f7612afaa40333768fb56a518562c00 | |
parent | 806650d0e73748f17c31759163efd0f0a20d115d (diff) |
(exec): Link against fshelp too now.
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index 5314d270..77de8f3e 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -35,4 +35,4 @@ include ../Makeconf CPPFLAGS += -DGZIP # -DBFD exec: ../libtrivfs/libtrivfs.so ../libthreads/libthreads.so \ - ../libshouldbeinlibc/libshouldbeinlibc.so + ../libshouldbeinlibc/libshouldbeinlibc.so ../libfshelp/libfshelp.so |