summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-15 12:49:44 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:50:45 +0200
commit2fea0471858664126bb4c23b75f6bf15c262cd8b (patch)
treeae9752f3caea6d6837d869eaf06c79976fccdbec /Makefile.SH
parentd730c2986a70e4fa953cb2f352b7b5ebf41ea580 (diff)
downloadperl-2fea0471858664126bb4c23b75f6bf15c262cd8b.tar.gz
Add x2p/makefile to the dependencies for targets within x2p/
This will give us more flexibility in when and how we generate it. [x2p/makefile is x2p/GNUmakefile on OS X]
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 36c7e161a2..be624e3220 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -589,14 +589,14 @@ perl$(OBJ_EXT): git_version.h
case "$usedl$static_cwd" in
defineundef)
util_deps='$(MINIPERL_EXE) $(CONFIGPM) lib/auto/Cwd/Cwd$(DLSUFFIX) FORCE'
- x2p_deps='$(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) FORCE'
+ x2p_deps="\$(MINIPERL_EXE) \$(CONFIGPM) \$(dynamic_ext) x2p/$firstmakefile FORCE"
;;
definedefine)
util_deps='$(PERL_EXE) $(CONFIGPM) FORCE'
- x2p_deps='$(PERL_EXE) $(CONFIGPM) $(dynamic_ext) FORCE'
+ x2p_deps="\$(PERL_EXE) \$(CONFIGPM) \$(dynamic_ext) x2p/$firstmakefile FORCE"
;;
*) util_deps='$(PERL_EXE) $(CONFIGPM) FORCE'
- x2p_deps='$(PERL_EXE) $(CONFIGPM) FORCE'
+ x2p_deps="\$(PERL_EXE) \$(CONFIGPM) x2p/$firstmakefile FORCE"
;;
esac