Removed LDCMD

This commit is contained in:
Janet B. Anderson
2001-03-05 22:01:48 +00:00
parent 999b246da0
commit e88eea7693

View File

@@ -68,7 +68,6 @@ OP_SYS_LDLIBS = -lm
# Link definitions
LINK.cpp = $(CCC) -o $@ $(LDFLAGS) $(PROD_LD_OBJS) $(PROD_LD_RESS) $(LDLIBS)
LINK.shrlib = $(CCC) -o $@ $(SHRLIB_LDFLAGS) $(LDFLAGS) $(LIBRARY_LD_OBJS) $(LIBRARY_LD_RESS) $(SHRLIB_LDLIBS)
LDCMD = $(LD) -o $@ $^
#--------------------------------------------------
# Allow site overrides