From 290ac234bad3de577d9f5dea262aa44e6960fc54 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Apr 1996 13:48:04 +0000 Subject: (all): Remove target. (include ../Makeconf): Place before all dependencies. ($(targets)): Each separate target should depend on its own .o. --- utils/Makefile | 8 ++++---- 1 file 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 -- cgit v1.2.3