diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 04:18:35 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 04:18:35 +0000 |
commit | ce8f544e23b6e8e4d9872f73676d20c52c479695 (patch) | |
tree | c20f164b7eb7aefe7b4e8244b7ed8f29e21e7989 /sutils | |
parent | 346f45949399673088a3b23b484981f2bf1a4d5e (diff) |
.
Diffstat (limited to 'sutils')
-rw-r--r-- | sutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/Makefile b/sutils/Makefile index 3f9d2bd5..74057b7d 100644 --- a/sutils/Makefile +++ b/sutils/Makefile @@ -28,8 +28,8 @@ SRCS = reboot.c halt.c fsck.c fstab.c clookup.c $(SCRIPTS) LCLHDRS = fstab.h DIST_FILES = MAKEDEV.sh -HURDLIBS=shouldbeinlibc OBJS = $(filter-out $(SCRIPTS),$(SRCS:.c=.o)) +HURDLIBS = shouldbeinlibc include ../Makeconf |