diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
commit | 395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch) | |
tree | 77f5da665937f0c9baf56087b5a0522fc6f3509c /utils/Makefile | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile index f66855f6..80099775 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -32,15 +32,11 @@ vpath %.c ../lib include ../Makeconf settrans: settrans.o start-trans.o argz.o error.o -settrans.o: ../lib/argz.h ../lib/error.h ../lib/start-trans.h showtrans: showtrans.o argz.o error.o -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 ../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 |