diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:57:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:57:21 +0000 |
commit | 5478c47cedb41139eb759b3688ba51e69048045d (patch) | |
tree | 145bdadcb5db46cf14bb0d8c6732d96f80cec31a /utils | |
parent | c3ef99a87afbc111e8b363069303ca9cb9797e4f (diff) |
(ps): Link in ihash.o and primes.o too.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 2ebdb303..cb710c70 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -30,6 +30,6 @@ vpath %.c ../lib include ../Makeconf -ps: ps.o ihash.o $(HURDLIBS-files) $(libc) - $(CC) $(CFLAGS) $(LDFLAGS) -o ps ps.o $(HURDLIBS-files) +ps: ps.o ihash.o primes.o $(HURDLIBS-files) $(libc) + $(CC) $(CFLAGS) $(LDFLAGS) -o ps ps.o ihash.o primes.o $(HURDLIBS-files) |