* executable.make (makefrag): Make profile-specific.
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Nov 2004 11:38:32 +0000 (11:38 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 30 Nov 2004 11:38:32 +0000 (11:38 -0000)
svn path=/trunk/mcs/; revision=36836

mcs/build/ChangeLog
mcs/build/executable.make

index c3d1f58312dff2332f30ae9428571ea7168bf946..4729dde830db0d063cc43393ff52863e1d4d9dd7 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-30  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (makefrag): Make profile-specific.
+
 2004-11-26  Martin Baulig  <martin@ximian.com>
 
        * library.make (run-test-lib, run-test-ondotnet-lib): Added
index a99ef707f6cdd172fbb8e4b407d1fffdd48fefdb..9d85decfb09c273ff323b1b59b33747e90c9f9f1 100644 (file)
@@ -18,7 +18,7 @@ response = $(depsdir)/$(base_prog).response
 executable_CLEAN_FILES += $(response)
 endif
 
-makefrag = $(depsdir)/$(base_prog).makefrag
+makefrag = $(depsdir)/$(PROFILE)_$(base_prog).makefrag
 pdb = $(patsubst %.exe,%.pdb,$(PROGRAM))
 mdb = $(patsubst %.exe,%.mdb,$(PROGRAM))
 executable_CLEAN_FILES += $(makefrag) $(pdb) $(mdb)