summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-11-25 20:36:12 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-11-25 20:36:12 +0000
commited39c8082e70a1e858ac82c86191c4da800cd550 (patch)
tree2eb4a81b4a1c0201cd4fcbecc60944d407f0a599
parent90f8fcc60f609a9a65fec6eb69da2a004d0ed933 (diff)
On Windows, install.SH is read install.sh and can cause a default make rule
to trigger, so we must protect the install target. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@106 2592e710-e01b-42a5-8df0-11608a6cc53d
-rw-r--r--jmake/files/Jmake.rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/jmake/files/Jmake.rules b/jmake/files/Jmake.rules
index 4e38e5a..e81d291 100644
--- a/jmake/files/Jmake.rules
+++ b/jmake/files/Jmake.rules
@@ -641,7 +641,9 @@ local_clobber:: local_realclean @!\
*/
#define InstallTarget() @!\
?SUBDIRS:install:: local_install sub_install @!\
-%SUBDIRS:install:: local_install @!\
+%SUBDIRS:install:: local_install @@\
+ @exit 0 @!\
+ @!\
?SUBDIRS:install.man:: maybe_install.man sub_install.man @!\
%SUBDIRS:install.man:: maybe_install.man @!\
?SUBDIRS:deinstall:: sub_deinstall local_deinstall @!\