From 2731414ffa9a42d49e47c5d9c18493a070000baf Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 14 Aug 1996 14:24:46 +0000 Subject: (getty-LDLIBS): New variable. (getty): Dependency on -lutil removed. (libutil-libsubst): Variable removed. --- daemons/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'daemons') diff --git a/daemons/Makefile b/daemons/Makefile index b089ac79..00beb292 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -26,14 +26,13 @@ SRCS = rc.sh getty.c installationdir = $(libexecdir) OBJS = $(SRCS:.c=.o) - -libutil-libsubst = -lutil +getty-LDLIBS = -lutil include ../Makeconf -%: %.sh - cp $< $@ && chmod +w $@ - -getty: ../libshouldbeinlibc/libshouldbeinlibc.a -lutil +getty: ../libshouldbeinlibc/libshouldbeinlibc.a $(filter-out $(special-targets), $(targets)): %: %.o + +%: %.sh + cp $< $@ && chmod +w $@ -- cgit v1.2.3