summaryrefslogtreecommitdiff
path: root/ufs-fsck
diff options
context:
space:
mode:
Diffstat (limited to 'ufs-fsck')
-rw-r--r--ufs-fsck/ChangeLog8
-rw-r--r--ufs-fsck/Makefile6
2 files changed, 11 insertions, 3 deletions
diff --git a/ufs-fsck/ChangeLog b/ufs-fsck/ChangeLog
index 6c1e84a2..096d8c07 100644
--- a/ufs-fsck/ChangeLog
+++ b/ufs-fsck/ChangeLog
@@ -1,3 +1,11 @@
+Thu Sep 12 16:40:10 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): New variable.
+ ($(target)): Delete special depedency.
+
+ * Makefile (vpath tables.c): Put after Makeconf inclusion to catch
+ setting of $(top_srcdir).
+
Fri Sep 6 16:44:07 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* main.c (argp_program_version): Fix typo.
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile
index 8725de8e..a484428e 100644
--- a/ufs-fsck/Makefile
+++ b/ufs-fsck/Makefile
@@ -27,9 +27,9 @@ OBJS = $(subst .c,.o,$(SRCS)) tables.o
LCLHDRS = fsck.h
target = fsck.ufs
installationdir = $(sbindir)
+HURDLIBS=shouldbeinlibc
-vpath tables.c $(top_srcdir)/ufs
+include ../Makeconf
-$(target): ../libshouldbeinlibc/libshouldbeinlibc.a
+vpath tables.c $(top_srcdir)/ufs
-include ../Makeconf