removed double dependency.

This commit is contained in:
Gunter Knauf 2008-04-02 03:08:21 +00:00
parent 27870d48ff
commit fef1a90938
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ distclean: clean
$(OBJDIR) $(INSTDIR): $(OBJDIR) $(INSTDIR):
@$(MKDIR) $@ @$(MKDIR) $@
$(TARGET).nlm: $(OBJS) $(OBJX) $(OBJDIR)/$(TARGET).def $(XDCDATA) $(TARGET).nlm: $(OBJS) $(OBJDIR)/$(TARGET).def $(XDCDATA)
@echo Linking $@ @echo Linking $@
@-$(RM) $@ @-$(RM) $@
@$(LD) $(LDFLAGS) $(OBJDIR)/$(TARGET).def @$(LD) $(LDFLAGS) $(OBJDIR)/$(TARGET).def