diff options
author | Stepan Kasal <skasal@redhat.com> | 2007-05-15 20:46:25 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-05-16 11:43:30 +0200 |
commit | cc46213207828d6a79dd9ec39caac1543f654ba9 (patch) | |
tree | 2f0b4bb27a6b5e014273e52f30987df5949217d9 /misc-utils/Makefile.am | |
parent | 15a9b48cf5a8e33e0f64070ca190c6eda586f8b8 (diff) | |
download | util-linux-old-cc46213207828d6a79dd9ec39caac1543f654ba9.tar.gz |
build-sys: let configure instantiate the misc-utils/*.pl scripts
The substitution of @PERL@ is most done with AC_CONFIG_FILES.
Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'misc-utils/Makefile.am')
-rw-r--r-- | misc-utils/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am index c2b5a0f2..6b8b95c0 100644 --- a/misc-utils/Makefile.am +++ b/misc-utils/Makefile.am @@ -1,8 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am EXTRA_DIST = README.* \ - chkdupexe.pl \ - scriptreplay.pl \ reset \ reset.033c @@ -15,12 +13,6 @@ mcookie_SOURCES = mcookie.c ../lib/md5.c usrbinexec_SCRIPTS = chkdupexe scriptreplay -chkdupexe: chkdupexe.pl - sed -e 's,[@]PERL[@],$(PERL),g' < chkdupexe.pl > chkdupexe - -scriptreplay: scriptreplay.pl - sed -e 's,[@]PERL[@],$(PERL),g' < scriptreplay.pl > scriptreplay - CLEANFILES = chkdupexe scriptreplay man_MANS = cal.1 chkdupexe.1 ddate.1 logger.1 look.1 mcookie.1 \ |