summaryrefslogtreecommitdiff
path: root/sutils
diff options
context:
space:
mode:
Diffstat (limited to 'sutils')
-rw-r--r--sutils/ChangeLog5
-rw-r--r--sutils/Makefile4
2 files changed, 7 insertions, 2 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index 45fd0280..ec55b55c 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 19 16:58:18 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (install): Depend on installation directory directly;
+ don't make installed files depend on it.
+
Tue Sep 17 12:36:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile ($(prefix)/dev/MAKEDEV): Depend on $(prefix)/dev.
diff --git a/sutils/Makefile b/sutils/Makefile
index d2164a3d..3f9d2bd5 100644
--- a/sutils/Makefile
+++ b/sutils/Makefile
@@ -34,14 +34,14 @@ OBJS = $(filter-out $(SCRIPTS),$(SRCS:.c=.o))
include ../Makeconf
all: MAKEDEV
-install: $(prefix)/dev/MAKEDEV
+install: $(prefix)/dev $(prefix)/dev/MAKEDEV
fsck: fstab.o clookup.o
reboot halt fsck: ../libshouldbeinlibc/libshouldbeinlibc.a
$(filter-out $(special-targets), $(targets)): %: %.o
-$(prefix)/dev/MAKEDEV: MAKEDEV $(prefix)/dev
+$(prefix)/dev/MAKEDEV: MAKEDEV
$(INSTALL_PROGRAM) MAKEDEV $(prefix)/dev/MAKEDEV
%: %.sh $(top_srcdir)/sh-version.sed