2013-09-26 17:14:40 +02:00

21 lines
1.1 KiB
Plaintext

$NetBSD: patch-ae,v 1.2 2010/04/17 17:11:05 kefren Exp $
--- src/addins/MonoDevelop.Autotools/templates/Makefile.noauto.project.template.orig 2010-04-16 13:17:14.000000000 +0300
+++ src/addins/MonoDevelop.Autotools/templates/Makefile.noauto.project.template 2010-04-16 13:17:28.000000000 +0300
@@ -32,12 +32,12 @@
%%CUSTOM_COMMAND_TARGETS%%
$(ASSEMBLY_MDB): $(ASSEMBLY)
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
- make pre-all-local-hook prefix=$(prefix)
+ MAKEPROGRAM pre-all-local-hook prefix=$(prefix)
mkdir -p $(shell dirname $(ASSEMBLY))
- make $(CONFIG)_BeforeBuild
+ MAKEPROGRAM $(CONFIG)_BeforeBuild
$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
- make $(CONFIG)_AfterBuild
- make post-all-local-hook prefix=$(prefix)
+ MAKEPROGRAM $(CONFIG)_AfterBuild
+ MAKEPROGRAM post-all-local-hook prefix=$(prefix)
%%INSTALL_TARGET%%
%%UNINSTALL_TARGET%%