summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorYves Orton <demerphq@dromedary.booking.com>2008-12-21 17:04:33 +0100
committerDavid Mitchell <davem@iabyn.com>2009-02-26 01:51:49 +0000
commit14400459018db8bc9883338c7afe1cfcfed06d2f (patch)
treefcf6131f52c5e6d3cc9dbfa43f0e91c435f00bd2 /cflags.SH
parentd4250c4c97e0d4ff48fc1b469e780944d2c1e84b (diff)
downloadperl-14400459018db8bc9883338c7afe1cfcfed06d2f.tar.gz
more build dependency changes, we should make sure that cflags is updated whenever cflags.SH changes
(cherry picked from commit ce0e211a90da72f1344099dc2e538e0b466a3641)
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index b11966b831..2546586155 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -354,7 +354,7 @@ case "$cc" in
;;
esac
-if [ -f .patchnum -a -n "$(cat .patchnum)"]; then
+if [ -f .patchnum -a -n "$(cat .patchnum)" ] ; then
ccflags="-DPERL_PATCHNUM=`cat .patchnum`"
fi