diff options
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 |