diff options
author | Yves Orton <demerphq@gmail.com> | 2008-12-27 14:48:02 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-12-27 14:48:02 +0100 |
commit | ceab6eb3d10211ea7dc42d9f294ae442b1a05524 (patch) | |
tree | cfa2ecb12cbd547f358fe5fdc2976db88a0a2555 /Makefile.SH | |
parent | 953f6acfa20ec275ec39a552dfac8124bd93ebdf (diff) | |
download | perl-ceab6eb3d10211ea7dc42d9f294ae442b1a05524.tar.gz |
apparently this isnt necessary after all.
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH index 48b3d9990c..c746aed94a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1503,9 +1503,6 @@ pllist: $(pl) Makefile: Makefile.SH ./config.sh $(SHELL) Makefile.SH -cflags: cflags.SH - $(SHELL) cflags.SH - .PHONY: distcheck distcheck: FORCE perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()' |