projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6f6ff24
)
rebuild cflags if cflags.sh changes
Yves Orton [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()'