diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-10-15 10:43:25 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-10-15 10:43:25 +0000 |
| commit | 846dc8827cbcc6aa38ea5a06e3782b3e7a37b5bb (patch) | |
| tree | 6c6961be8b482ddcdcdd69ee8150854db0e770b3 /src/kadmin/testing/scripts/Makefile.in | |
| parent | b619bebed5da0d7e8131c29b5c93110bb9dd88f8 (diff) | |
| download | krb5-846dc8827cbcc6aa38ea5a06e3782b3e7a37b5bb.tar.gz krb5-846dc8827cbcc6aa38ea5a06e3782b3e7a37b5bb.tar.xz krb5-846dc8827cbcc6aa38ea5a06e3782b3e7a37b5bb.zip | |
* Makefile.in: Added standard rules for .plin -> .pl
* *.plin: Renamed from *.pl.in
All files copied in source tree to preserve history - cvs update will
create properly.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9170 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/testing/scripts/Makefile.in')
| -rw-r--r-- | src/kadmin/testing/scripts/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kadmin/testing/scripts/Makefile.in b/src/kadmin/testing/scripts/Makefile.in index b354c401e..76159e940 100644 --- a/src/kadmin/testing/scripts/Makefile.in +++ b/src/kadmin/testing/scripts/Makefile.in @@ -1,5 +1,7 @@ PERL=@PERL@ +.SUFFIXES: .plin .pl + GEN_SCRIPTS = compare_dump.pl fixup-conf-files.pl make-host-keytab.pl \ simple_dump.pl verify_xrunner_report.pl qualname.pl @@ -17,7 +19,7 @@ restore_files.sh: rm -f restore_files.sh ln -s $(srcdir)/save_files.sh restore_files.sh -%.pl: %.pl.in +.plin.pl: -rm -f $@.tmp echo "#!$(PERL)" > $@.tmp sed 1d $< >> $@.tmp |
