Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-11-26 14:31:42 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-11-26 14:31:42 +0300
commit190f84ec776400400175c8114076f3e51a8ea7e3 (patch)
tree9c141ca50cca501f84b27bb706d4692b2ab28de6 /mcs/ilasm/Makefile
parent47c8c2ea83d242e4922d3d314843ddd7e1acb483 (diff)
In tools/corcompare:
* Makefile (PROGRAM_INSTALL_DIR): Change to $(prefix)/lib/mono/$(FRAMEWORK_VERSION). In tools/security: * Makefile (PROGRAM_INSTALL_DIR): Define using $(FRAMEWORK_VERSION). In mcs: * Makefile (PROGRAM_INSTALL_DIR): Remove. In gmcs: * Makefile: Convert to use executable.make. * gmcs.exe.sources: New. In build: * library.make ($(the_lib)): Don't complain if a .mdb file wasn't created (even though it's just a warning). (install-local) [LIBRARY_INSTALL_DIR]: Likewise. (PACKAGE): Remove. (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION). * executable.make ($(PROGRAM)): Likewise. (install-local): Likewise. (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION). In errors: * Makefile (DISTFILES): Add do-tests.pl. svn path=/trunk/mcs/; revision=36628
Diffstat (limited to 'mcs/ilasm/Makefile')
-rw-r--r--mcs/ilasm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/ilasm/Makefile b/mcs/ilasm/Makefile
index 022be3922fa..6277fce3750 100644
--- a/mcs/ilasm/Makefile
+++ b/mcs/ilasm/Makefile
@@ -3,7 +3,6 @@ SUBDIRS =
include ../build/rules.make
PROGRAM = ilasm.exe
-PROGRAM_INSTALL_DIR = $(prefix)/lib/mono/1.0
BUILT_SOURCES = ILParser.cs
LOCAL_MCS_FLAGS = /lib:../class/lib/default /r:PEAPI.dll /r:Mono.CompilerServices.SymbolWriter.dll