From 32ed9238ecf2f1fa9ebb7095ba09d2ee3dbfe108 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Mon, 26 Jan 2004 15:36:44 +0000 Subject: ChangeLogTag: Mon Jan 26 09:35:51 2004 Chad Elliott --- ChangeLog | 7 +++++++ bin/MakeProjectCreator/templates/make.mpd | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c8d444eecf6..f973ba2c9f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 26 09:35:51 2004 Chad Elliott + + * bin/MakeProjectCreator/templates/make.mpd: + + When calling the prelink script, the object files should be in + double quotes. + Mon Jan 26 07:19:13 2004 Chad Elliott * bin/MakeProjectCreator/config/ftrteventchannel.mpb: diff --git a/bin/MakeProjectCreator/templates/make.mpd b/bin/MakeProjectCreator/templates/make.mpd index 7421a55cf42..6c8ac69bf5b 100644 --- a/bin/MakeProjectCreator/templates/make.mpd +++ b/bin/MakeProjectCreator/templates/make.mpd @@ -123,7 +123,7 @@ specialscript: <%endif%> <%if(prelink)%> <%prelink%>: specialscript $(OBJS) - @specialscript $(NM) $(OBJS) "$(LDLIBS)" "<%if(libpaths)%><%libpaths%><%else%>.<%endif%>" <%prelink%> + @specialscript $(NM) "$(OBJS)" "$(LDLIBS)" "<%if(libpaths)%><%libpaths%><%else%>.<%endif%>" <%prelink%> @$(RM) specialscript <%noextension(prelink)%>.o: <%prelink%> -- cgit v1.2.1