summaryrefslogtreecommitdiff
path: root/sutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sutils/Makefile')
-rw-r--r--sutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/Makefile b/sutils/Makefile
index e30bfb77..f4e18110 100644
--- a/sutils/Makefile
+++ b/sutils/Makefile
@@ -27,7 +27,7 @@ special-targets = $(scripts)
installationdir = $(sbindir)
SRCS = $(progs:=.c) clookup.c fstab.c update.c $(scripts:=.sh)
-OBJS = $(progs:=.c)
+OBJS = $(progs:=.o)
HURDLIBS = store shouldbeinlibc
include ../Makeconf