fix rules for munch

This commit is contained in:
Marty Kraimer
2001-02-21 21:03:12 +00:00
parent 41aba1370d
commit ff7dcd1e38

View File

@@ -300,7 +300,7 @@ $(SHRLIBNAME):$(LIB_PREFIX)%$(SHRLIB_SUFFIX): $(LIBRARY_OBJS) $(LIBRARY_RESS)
$(MUNCHNAME):%.munch : %_ctdt$(OBJ)
@$(RM) $@
$(LD) -o $@ $(LDFLAGS) $<
$(LD) -o $@ $(LDFLAGS) $*.o $<
binInstalls: $(BIN_INSTALLS)