diff options
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 f43bf4db..f66855f6 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -22,7 +22,7 @@ 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 libihash # Only used by ps. +ps-HURDLIBS=libps libihash REMHDRS=../hurd/ps.h ../lib/argz.h ../lib/error.h ../lib/start-trans.h CPPFLAGS += -I../lib @@ -40,7 +40,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 error.o $(HURDLIBS-files) $(libc) +ps: ps.o error.o ../libps/libps.a ../libihash/libihash.a ps.o: ../hurd/ps.h ../lib/error.h CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR |