summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 075e91ac..dda5820d 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -29,11 +29,11 @@ DIST_FILES = shd.ChangeLog
OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o))
-all: $(targets)
-
# This hack to get around ickiness in Makeconf
libutil-libsubst = -lutil
+include ../Makeconf
+
login: /gd4/hurdinst/lib/libutil.a # ick ick ick ick
ps w: psout.o ../libps/libps.a ../libihash/libihash.a
# We must include libthreads because of a bug in the way shared libraries
@@ -42,7 +42,7 @@ settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a
ps w hurdids settrans showtrans fsysopts storeinfo login vmstat portinfo \
devprobe: ../libshouldbeinlibc/libshouldbeinlibc.a
-include ../Makeconf
-
%: %.sh
cp $< $@
+
+$(targets): %: %.o