diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-21 14:03:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-21 14:03:20 +0000 |
commit | 76b8a0619d4c053259b4c82aeeccb8fe086eb1c1 (patch) | |
tree | 67874836486de8600749991a3483a3c0b21037a8 /include | |
parent | e3ab71fad48ca63df1b40fabc65eca2320928d30 (diff) | |
download | ATCD-76b8a0619d4c053259b4c82aeeccb8fe086eb1c1.tar.gz |
put back the LD definition
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++_4.1.GNU | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_4.1.GNU b/include/makeinclude/platform_sunos5_sunc++_4.1.GNU index de5e00fd26e..fcf6fce0c51 100644 --- a/include/makeinclude/platform_sunos5_sunc++_4.1.GNU +++ b/include/makeinclude/platform_sunos5_sunc++_4.1.GNU @@ -3,6 +3,7 @@ CC = cc CXX = CC -mt -noex DLD = $(CXX) +LD = $(CXX) LDFLAGS += -R $(WRAPPER_ROOT)/ace LIBS += -lsocket -ldl -lnsl -lgen PIC = -PIC |