This distribution contains an implementation of the C# library, for use with .NET-capable runtime engines and applications. Originally designed for DotGNU Portable.NET (http://www.southern-storm.com.au/portable_net.html), this library can be used by other .NET development efforts also. DotGNU Portable.NET Library is part of the GNU project, developed as part of the DotGNU (http://www.dotgnu.org/) meta-project.
13 lines
563 B
Text
13 lines
563 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/07/18 16:46:01 poppnk Exp $
|
|
|
|
--- csunit/Makefile.in.orig 2003-07-18 18:35:03.000000000 +0000
|
|
+++ csunit/Makefile.in 2003-07-18 18:35:31.000000000 +0000
|
|
@@ -216,7 +216,7 @@
|
|
$(INSTALL_DATA) cstest.dll $(DESTDIR)$(libdir)/cscc/lib/cstest.dll
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
$(INSTALL_PROGRAM) csunit.exe $(DESTDIR)$(bindir)/csunit.exe
|
|
- $(INSTALL_PROGRAM) $(srcdir)/csunit-run.sh $(DESTDIR)$(bindir)/csunit
|
|
+ $(INSTALL_SCRIPT) $(srcdir)/csunit-run.sh $(DESTDIR)$(bindir)/csunit
|
|
|
|
uninstall-local:
|
|
@$(NORMALL_UNINSTALL)
|