diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-08-03 21:17:34 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-08-03 21:17:34 +0000 |
commit | 59d09445d42d1046fdd5627a9fd0202de76af7fa (patch) | |
tree | 70f5eec25b62630b313be5e5bdf9f50d8a6f64c2 /utils/Makefile | |
parent | 8e7798a2f51076e1439de3adc78f493dd8a7551a (diff) |
Mon Aug 3 17:10:05 1998 Joel N. Weber II <devnull@theobromine.ai.mit.edu>
* Makefile (msgport): Add dependency on libshouldbeinlibc.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index a8176012..8134a38e 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -68,7 +68,7 @@ ping: ../libthreads/libthreads.a settrans: ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ps w ids settrans sync showtrans fsysopts storeinfo login vmstat portinfo \ devprobe vminfo addauth rmauth setauth su unsu ftpcp ftpdir storeread \ - storecat: \ + storecat msgport: \ ../libshouldbeinlibc/libshouldbeinlibc.a $(filter-out $(special-targets), $(targets)): %: %.o |