diff options
author | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:55:58 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:55:58 +0100 |
commit | 505afc734ed453559bc43362154a2694b59ece9e (patch) | |
tree | 96e4893486f45054f564f92f10e64c9dbb726d1b /Makefile.SH | |
parent | eb5c076f82ef750418ce94e05feaaccc9df9696e (diff) | |
download | perl-505afc734ed453559bc43362154a2694b59ece9e.tar.gz |
add better pod and headers, and clean up some whitespace issues in the previous patches
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 352e2bae58..6d6ed3141f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -541,7 +541,7 @@ sperl.i: perl.c $(h) .PHONY: all translators utilities make_patchnum make_patchnum: - $(LDLIBPTH) $(RUN) ./miniperl -Ilib make_patchnum.pl || $(MAKE) miniperl + $(LDLIBPTH) $(RUN) ./miniperl -Ilib make_patchnum.pl || $(MAKE) miniperl git_version.h: stock_git_version.h cp stock_git_version.h git_version.h |