diff options
author | Yves Orton <demerphq@gmail.com> | 2008-12-27 14:41:18 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-12-27 14:41:18 +0100 |
commit | c8bf35be1fe2115c24efee943468eddbb5a0e0a0 (patch) | |
tree | 20949be10d693533d2d06924eaf9d861d1e0b313 /Makefile.SH | |
parent | 6f6ff2420de036411e29eb74a1ae78ec86161ad8 (diff) | |
download | perl-c8bf35be1fe2115c24efee943468eddbb5a0e0a0.tar.gz |
rebuild cflags if cflags.sh changes
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index c746aed94a..48b3d9990c 100644 --- 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()' |