summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-08-07 17:43:43 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-08-07 17:43:43 +0000
commit91aebc7f5c3931b73712e35f98ea25ea7cb3d52f (patch)
treeb651fff2b2e893d5c653845e4734e4058c8dcd48
parentb1dd7ba04d44475ef0bd16b127443ef9291a3dba (diff)
downloadMPC-91aebc7f5c3931b73712e35f98ea25ea7cb3d52f.tar.gz
ChangeLogTag: Thu Aug 7 12:43:05 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/make.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 9673c5f9..46bf0e62 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -104,7 +104,7 @@ $(BIN): $(OBJS)
<%endif%>
<%if(sharedname)%>
-all: $(SHLIB) <%if(install)%>install<%else%><%if(!exename)%>install<%endif%><%endif%>
+all: $(INSTARGET) <%if(install)%>install<%else%><%if(!exename)%>install<%endif%><%endif%>
$(SHLIB): $(OBJS)
$(LINK.cc) $(SHFLAGS) $(OUTPUT_OPTION) $(OBJS) $(LDLIBS)