(PROGRAM): Put in
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 27 Sep 2004 11:41:01 +0000 (11:41 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 27 Sep 2004 11:41:01 +0000 (11:41 -0000)
profile-specific directory.

svn path=/trunk/mcs/; revision=34429

mcs/ChangeLog
mcs/nunit20/nunit-console/Makefile

index 3d7224df64aa62b4b6b747aa56625118d3513435..c55df3bff2ace5b33d51a447cd17c47079b573c2 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-27  Raja R Harinath  <rharinath@novell.com>
+
+       * nunit20/nunit-console/Makefile (PROGRAM): Put in
+       profile-specific directory.
+
 2004-09-21  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
index 229ede92941870a11ad4a6b7daf5d3fb594c428f..0a33bca390afe330f964c27e8be887de7a204a8b 100644 (file)
@@ -2,7 +2,7 @@ thisdir = nunit20/nunit-console
 SUBDIRS = 
 include ../../build/rules.make
 
-PROGRAM = $(topdir)/class/lib/nunit-console.exe
+PROGRAM = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
 LOCAL_MCS_FLAGS = /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll
 DISTFILES = app.config App.ico nunit-console.csproj