From 17d7e0416ac7724f7b8d2c525583aea177bc97f8 Mon Sep 17 00:00:00 2001 From: srittau Date: Thu, 30 Aug 2001 19:02:11 +0000 Subject: [PATCH] Replaced $^ by $<. --- config/Makefile.am | 2 +- contrib/shell_utils/Makefile.am | 2 +- distrib/initscripts/Makefile.am | 2 +- man/man5/Makefile.am | 2 +- man/man8/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/Makefile.am b/config/Makefile.am index 5f156c08..1a433469 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -23,7 +23,7 @@ pkgconfdir = @PKGCONFDIR@ sed -e s@:UAMS_PATH:@${UAMS_PATH}@ \ -e s@:NLS_PATH:@${pkgconfdir}/nls@ \ -e s@:ETCDIR:@${pkgconfdir}@ \ - <$^ >$@ + <$< >$@ # # pluggable authentication modules support diff --git a/contrib/shell_utils/Makefile.am b/contrib/shell_utils/Makefile.am index bf4c91a3..a244fef1 100644 --- a/contrib/shell_utils/Makefile.am +++ b/contrib/shell_utils/Makefile.am @@ -8,7 +8,7 @@ SUFFIXES = .tmpl . sed -e s@:BINDIR:@${bindir}@ \ -e s@:SBINDIR:@${sbindir}@ \ -e s@:ETCDIR:@${pkgconfdir}@ \ - <$^ >$@ + <$< >$@ CLEANFILES = lp2pap.sh diff --git a/distrib/initscripts/Makefile.am b/distrib/initscripts/Makefile.am index 961c807e..a3f4b085 100644 --- a/distrib/initscripts/Makefile.am +++ b/distrib/initscripts/Makefile.am @@ -6,7 +6,7 @@ SUFFIXES = .tmpl . sed -e s@:BINDIR:@${bindir}@ \ -e s@:SBINDIR:@${sbindir}@ \ -e s@:ETCDIR:@${pkgconfdir}@ \ - <$^ >$@ + <$< >$@ CLEANFILES = rc.atalk.redhat rc.atalk.suse rc.atalk.tru64 atalk diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am index c23f909e..02216f77 100644 --- a/man/man5/Makefile.am +++ b/man/man5/Makefile.am @@ -9,7 +9,7 @@ SUFFIXES = .tmpl . -e s@:BINDIR:@${bindir}@ \ -e s@:ETCDIR:@${pkgconfdir}@ \ -e s@:LIBDIR:@${libdir}@ \ - <$^ >$@ + <$< >$@ man_MANS = AppleVolumes.default.5 afpd.conf.5 \ atalkd.conf.5 netatalk.conf.5 papd.conf.5 diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am index 54c377b8..080d13ee 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -9,7 +9,7 @@ SUFFIXES = .tmpl . -e s@:BINDIR:@${bindir}@ \ -e s@:ETCDIR:@${pkgconfdir}@ \ -e s@:LIBDIR:@${libdir}@ \ - <$^ >$@ + <$< >$@ NONGENERATED_MANS = timelord.8 GENERATED_MANS = afpd.8 atalkd.8 pap.8 papd.8 papstatus.8 psf.8 -- 2.39.2