diff options
-rw-r--r-- | auth/Makefile | 3 | ||||
-rw-r--r-- | boot/Makefile | 3 | ||||
-rw-r--r-- | bsdfsck/Makefile | 4 | ||||
-rw-r--r-- | exec/Makefile | 4 | ||||
-rw-r--r-- | ext2fs/Makefile | 3 | ||||
-rw-r--r-- | init/Makefile | 3 | ||||
-rw-r--r-- | libdiskfs/Makefile | 12 | ||||
-rw-r--r-- | libfshelp/Makefile | 2 | ||||
-rw-r--r-- | libiohelp/Makefile | 4 | ||||
-rw-r--r-- | libpager/Makefile | 4 | ||||
-rw-r--r-- | libports/Makefile | 4 | ||||
-rw-r--r-- | libthreads/Makefile | 2 | ||||
-rw-r--r-- | libtrivfs/Makefile | 10 | ||||
-rw-r--r-- | proc/Makefile | 8 | ||||
-rw-r--r-- | trans/Makefile | 4 | ||||
-rw-r--r-- | ufs-fsck/Makefile | 4 | ||||
-rw-r--r-- | ufs/Makefile | 12 | ||||
-rw-r--r-- | utils/Makefile | 4 |
18 files changed, 6 insertions, 84 deletions
diff --git a/auth/Makefile b/auth/Makefile index c7c7d21a..f0086ed5 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -28,4 +28,3 @@ MIGSFLAGS = "-DAUTH_INTRAN=aptptr_t convert_auth_to_apt (auth_t)" \ include ../Makeconf -auth.o: auth_S.h auth_reply_U.h notify_S.h diff --git a/boot/Makefile b/boot/Makefile index 31d62c3a..a425ebc4 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -36,9 +36,6 @@ LDFLAGS += -Wl,-T -Wl,frank1.ld #/usr/local/bin/boot: boot # cp boot /usr/local/bin/boot -boot.o: notify_S.h exec_S.h ourdevice_S.h io_S.h device_reply_U.h \ - io_reply_U.h tioctl_S.h term_S.h bootstrap_S.h - ourdevice.defs: $(includedir)/device/device.defs sed -e '/out device : device_t/s/device_t/mach_port_send_t/' $< > $@ diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile index 28adbbd1..6bc18889 100644 --- a/bsdfsck/Makefile +++ b/bsdfsck/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -27,7 +27,5 @@ target = bsdfsck include ../Makeconf -$(OBJS): fsck.h - tables.o: ../ufs/tables.c $(CC) $(CFLAGS) -c -o $@ $< diff --git a/exec/Makefile b/exec/Makefile index 5b7e6cfc..ff59c2a1 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -33,7 +33,3 @@ vpath lib%.a $(crossdir)/lib CPPFLAGS += -DGZIP -DBFD -exec.o: exec.c fsys_S.h notify_S.h exec_S.h -exec.o hostarch.o: a.out.h a.out.gnu.h - -unzip.o util.o inflate.o: gzip.h crypt.h tailor.h diff --git a/ext2fs/Makefile b/ext2fs/Makefile index cde371c0..9fa8b878 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -35,7 +35,4 @@ vpath %.c ../lib include ../Makeconf -$(OBJS): ext2fs.h ext2_fs.h ext2_fs_i.h -$(OBJS): $(REMHDRS) - CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR diff --git a/init/Makefile b/init/Makefile index 86b5847c..2f4d8c3a 100644 --- a/init/Makefile +++ b/init/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -24,4 +24,3 @@ target = init include ../Makeconf -init.o: startup_reply_U.h startup_S.h notify_S.h msg_S.h diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index ae09d3c6..a96bc493 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -73,18 +73,6 @@ vpath %.c ../lib include ../Makeconf -$(subst .c,.o,$(FSSRCS)): fs_S.h -dir-readdir.o $(subst .c,.o,$(IOSRCS)): io_S.h -$(subst .c,.o,$(FSYSSRCS)) boot-start.o: fsys_S.h -boot-start.o: fsys_reply_U.h -$(subst .c,.o,$(NOTIFYSRCS)): notify_S.h -$(subst .c,.o,$(INTSRCS)): interrupt_S.h -$(subst .c,.o,$(IFSOCKSRCS)): ifsock_S.h -dir-chg.o: ourfs_notify_U.h - -$(OBJS): priv.h diskfs.h ../hurd/ioserver.h ../hurd/ports.h ../hurd/fshelp.h -file-chauthor.o: lithp.h - # We don't use those, so we're safe in breaking them. ourfs_notify_U.h ourfs_notifyUser.c: $(includedir)/hurd/fs_notify.defs $(includedir)/hurd/hurd_types.defs $(CPP) $(CPPFLAGS) -Droutine=simpleroutine $(includedir)/hurd/fs_notify.defs \ diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 237e470d..ad70c4bd 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -31,6 +31,4 @@ installhdrs = fshelp.h include ../Makeconf -$(OBJS): fshelp.h ../hurd/ports.h -lock-acquire.o lock-init.o: locks.h diff --git a/libiohelp/Makefile b/libiohelp/Makefile index b4f8ea6a..f1b5258f 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 1994 Free Software Foundation +# Copyright (C) 1993, 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -28,5 +28,3 @@ installhdrs = ioserver.h include ../Makeconf -$(OBJS): ioserver.h - diff --git a/libpager/Makefile b/libpager/Makefile index d3dc1cb6..6e2b9783 100644 --- a/libpager/Makefile +++ b/libpager/Makefile @@ -36,9 +36,5 @@ MIGCOMSFLAGS = -prefix _pager_ include ../Makeconf -$(OBJS): pager.h priv.h ../hurd/ports.h -data-request.o data-return.o data-unlock.o lock-completed.o: memory_object_S.h -demuxer.o stubs.o object-init.o object-terminate.o: memory_object_S.h -demuxer.o: notify_S.h diff --git a/libports/Makefile b/libports/Makefile index 0b6a8e81..c7d6b44c 100644 --- a/libports/Makefile +++ b/libports/Makefile @@ -39,7 +39,3 @@ installhdrs = ports.h include ../Makeconf -$(OBJS): ports.h -allocate-port.o complete-deallocate.o create-bucket.o destroy-right.o \ -inhibit-all-rpcs.o inhibit-bucket-rpcs.o intern-external-port.o \ -lookup-port.o reallocate-from-external.o reallocate-port.o: ../libihash/ihash.h diff --git a/libthreads/Makefile b/libthreads/Makefile index 5f2b70b0..18752cd7 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -49,8 +49,6 @@ include ../Makeconf csw_pic.o: csw.o cp $< $@ -$(OBJS): cthreads.h cthread_internals.h options.h - install: install-cthreads.h install-cthreads.h: cthreads.h $(INSTALL_DATA) cthreads.h $(includedir)/cthreads.h diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index cd172a6b..a19c4238 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -56,11 +56,3 @@ installhdrs = trivfs.h include ../Makeconf -$(subst .c,.o,$(FSSRCS)): fs_S.h -$(subst .c,.o,$(IOSRCS)): io_S.h -$(subst .c,.o,$(FSYSSRCS)): fsys_S.h -$(subst .c,.o,$(NOTIFYSRCS)): notify_S.h -$(subst .c,.o,$(INTSRCS)): interrupt_S.h -fsys-getroot.c: fsys_reply_U.h -$(OBJS): trivfs.h ../hurd/ports.h - diff --git a/proc/Makefile b/proc/Makefile index ba8bb27f..1a9fb6d0 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -37,14 +37,6 @@ target = proc include ../Makeconf -$(OBJS): proc.h -wait.o host.o info.o mgt.o pgrp.o: process_S.h -msg.o: process_reply_U.h -notify.o: notify_S.h -pgrp.o: ourmsg_U.h -wait.o: process_reply_U.h ourmsg_U.h interrupt_S.h -mgt.o: proc_exc_S.h proc_exc_U.h proc_excrepl_U.h proc_excrepl_S.h ourmsg_U.h - # The reason for -Dout= is to prevent errors for get_init_port, # get_init_ports, get_init_int, get_init_ints, get_dtable, and get_fd. # We don't use those, so we're safe in breaking them. diff --git a/trans/Makefile b/trans/Makefile index 5166fceb..57c48e73 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -30,19 +30,15 @@ ifsock-HURDLIBS=libtrivfs libports libihash include ../Makeconf symlink: symlink.o fsysServer.o -symlink.o: fsys_S.h magic: magic.o fsysServer.o error.o -magic.o: fsys_S.h # The .a files have to be mentioned explicitly due to a make deficiency, # even though they are already specified by null-HURDLIBS above. null: null.o error.o ../libtrivfs/libtrivfs.a ../libports/libports.a \ ../libihash/libihash.a -null.o: ../hurd/trivfs.h ../hurd/ports.h ifsock: ifsock.o error.o ../libtrivfs/libtrivfs.a ../libports/libports.a \ ../libihash/libihash.a ifsockServer.o -ifsock.o: ifsock_S.h ../hurd/trivfs.h ../hurd/ports.h CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile index ef8919a9..d581cda3 100644 --- a/ufs-fsck/Makefile +++ b/ufs-fsck/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -29,7 +29,5 @@ target = fsck include ../Makeconf -$(OBJS): fsck.h - tables.o: ../ufs/tables.c $(CC) $(CFLAGS) -c -o $@ $< diff --git a/ufs/Makefile b/ufs/Makefile index 04bb15fd..33582409 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -36,15 +36,3 @@ vpath %.c ../lib include ../Makeconf -$(OBJS): ufs.h -$(OBJS): $(REMHDRS) -alloc.o: fs.h dinode.h -consts.o: dinode.h -dir.o: dir.h -hyper.o: fs.h -inode.o: dinode.h fs.h -main.o: fs.h -pager.o: fs.h dinode.h -sizes.o: fs.h dinode.h -subr.o: fs.h -tables.o: fs.h 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 |