diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-06 17:22:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-06 17:22:40 +0000 |
commit | 1c16d1d3a034d68e04536a20396a051f4f7a1e89 (patch) | |
tree | 91cdd0a3b5ceafb04487b9ad9bb4667ae90d5e39 | |
parent | 125fd322031cfb434685872b229660bd09f01d50 (diff) |
(HURDLIBS): Added libihash.
(CPPFLAGS): Deleted addition of -I../lib.
(vpath): Deleted spec.
(ps): Deleted ihash.o and primes.o.
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile index 3dde945d..bde83d48 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -22,12 +22,10 @@ SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c moun targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts DIST_FILES = sh.ChangeLog -HURDLIBS=libps # Only used by ps. +HURDLIBS=libps libihash # Only used by ps. REMHDRS=../hurd/ps.h ../lib/argz.h ../lib/error.h ../lib/start-trans.h -CPPFLAGS += -I../lib CPPFLAGS += $(CPPFLAGS-$(notdir $<)) -vpath %.c ../lib include ../Makeconf @@ -40,7 +38,7 @@ showtrans.o: ../lib/argz.h ../lib/error.h fsysopts: fsysopts.o argz.o error.o fsysopts.o: ../lib/argz.h ../lib/error.h -ps: ps.o ihash.o primes.o error.o $(HURDLIBS-files) $(libc) +ps: ps.o error.o $(HURDLIBS-files) $(libc) ps.o: ../hurd/ps.h ../lib/error.h CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR |