X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2FMakefile.am;fp=scripts%2FMakefile.am;h=f1240c98e551197478b0a59db2a3f63ff1bed782;hb=d44898a2308b06a1b51b646e519da1ac3daaf6b4;hp=daa0204872fd02cd37ad869315971341156c7487;hpb=c4f0cacd96957616532d495f684dfddbd27dcd26;p=mono.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index daa0204872f..f1240c98e55 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -39,7 +39,7 @@ bin_SCRIPTS = \ mono-heapviz \ $(scripts_mono_configuration_crypto) -if INSTALL_4_5 +if INSTALL_4_x bin_SCRIPTS += $(scripts_4_0) bin_SCRIPTS += dmcs bin_SCRIPTS += xbuild @@ -189,7 +189,7 @@ REWRITE2_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,2.0,g' REWRITE2 = $(REWRITE) -e 's,@''framework_version@,2.0,g' REWRITE2_1 = $(REWRITE) -e 's,@''framework_version@,2.1,g' -if INSTALL_4_5 +if INSTALL_4_x REWRITE4 = $(REWRITE) -e 's,@''framework_version@,4.5,g' REWRITE4_DEBUG = $(REWRITE_DEBUG) -e 's,@''framework_version@,4.5,g' endif