]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
Run Makefile.perl whenever any Perl module changes
authorIan Campbell <ian.campbell@citrix.com>
Tue, 2 Jul 2013 13:57:17 +0000 (14:57 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 2 Jul 2013 15:21:37 +0000 (16:21 +0100)
Hopefully this will solve the problem with stale modules not getting
overwritten.

Makefile

index d10b98eef2b70c332e546fcbd625eb6eb8a475cf..4082c1d19316f84cb166e3ddc79a5596c26c0037 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ WWWS        := control.txt
 all: build
 
 .PHONY: build
-build: Emesinae/Paths.pm Makefile.perl
+build: Emesinae/Paths.pm Makefile.perl $(MODULES)
        $(MAKE) -f Makefile.perl
 
 Makefile.perl: Makefile.PL