summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/make.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/make.mpd')
-rw-r--r--bin/MakeProjectCreator/templates/make.mpd2
1 files changed, 1 insertions, 1 deletions
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%>