diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-25 16:48:38 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-25 16:48:38 +0000 |
commit | 95cd40e6009c6ee1a3ade3cd70bbfc366ce53ec2 (patch) | |
tree | 42b6a482c929ab8a8095add35f59a28cd3303c93 /include/makeinclude | |
parent | 7ea8bc659c4b16472c3fb851902ed90fda560908 (diff) | |
download | ATCD-95cd40e6009c6ee1a3ade3cd70bbfc366ce53ec2.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++_orbix.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU index 915029d7039..6647d397485 100644 --- a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU +++ b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU @@ -10,7 +10,7 @@ LD = $(CXX) INCLDIRS = -I$(ORBIX_ROOT)/include PIC = -PIC LDFLAGS += $(PIC) -L$(ORBIX_ROOT)/lib -R $(WRAPPER_ROOT)/ace -R $(ORBIX_ROOT)/lib -LIBS += -orbixmt -lsocket -ldl -lnsl -lthread -lgen +LIBS += -lorbixmt -lsocket -ldl -lnsl -lthread -lgen AR = CC ARFLAGS = -xar -o RANLIB = echo |