dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/ilasm Makefile.am,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ilasm Makefile.am,1.5,1.6
Date: Wed, 11 Dec 2002 22:35:46 -0500

Update of /cvsroot/dotgnu-pnet/pnet/ilasm
In directory subversions:/tmp/cvs-serv15184/ilasm

Modified Files:
        Makefile.am 
Log Message:


Install a second copy of "ilasm" into "${prefix}/lib/cscc/plugins" and use
it by default, to prevent problems with Mono installing its own "ilasm" over
the top of ours.



Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile.am 4 Dec 2002 00:48:33 -0000       1.5
--- Makefile.am 12 Dec 2002 03:35:44 -0000      1.6
***************
*** 14,15 ****
--- 14,28 ----
  
  AM_CFLAGS = -I$(top_srcdir)/include
+ 
+ ## Install a second copy of "ilasm" into the "${prefix}/lib/cscc/plugins"
+ ## directory, just in case some other package overwrites our primary
+ ## copy with its own "ilasm".
+ 
+ install-exec-local:
+       @$(NORMALL_INSTALL)
+       $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/plugins
+       $(INSTALL_PROGRAM) ilasm $(DESTDIR)$(libdir)/cscc/plugins/ilasm
+ 
+ uninstall-local:
+       @$(NORMALL_UNINSTALL)
+       rm -f $(DESTDIR)$(libdir)/cscc/plugins/ilasm




reply via email to

[Prev in Thread] Current Thread [Next in Thread]