This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6ff24
)
rebuild cflags if cflags.sh changes
author
Yves Orton
<demerphq@gmail.com>
Sat, 27 Dec 2008 13:41:18 +0000
(14:41 +0100)
committer
Yves Orton
<demerphq@gmail.com>
Sat, 27 Dec 2008 13:41:18 +0000
(14:41 +0100)
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
c746aed
..
48b3d99
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-1503,6
+1503,9
@@
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()'