diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-18 19:15:45 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-18 19:15:45 +0000 |
commit | e8cd22b0a44e5313a9de9d362eb1dbb399adf7b0 (patch) | |
tree | c9860e1468d9ed2bed89275325867137561a669e /include/makeinclude/platform_aix4.2.GNU | |
parent | 28e886a3a5f5077d21791843747beaf1d2f6ad8e (diff) | |
download | ATCD-e8cd22b0a44e5313a9de9d362eb1dbb399adf7b0.tar.gz |
Use only -lACEshr to get shared lib, not -lACE to get static lib
Diffstat (limited to 'include/makeinclude/platform_aix4.2.GNU')
-rw-r--r-- | include/makeinclude/platform_aix4.2.GNU | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/makeinclude/platform_aix4.2.GNU b/include/makeinclude/platform_aix4.2.GNU index 504ed6b6212..2a45582c56e 100644 --- a/include/makeinclude/platform_aix4.2.GNU +++ b/include/makeinclude/platform_aix4.2.GNU @@ -23,8 +23,7 @@ SHLIBA = $(SHLIB:lib%.so=lib%shr.a) ifdef SHLIB ACELIB = -lACEshr endif -LLIBS = -ltli_r -ldl $(ACELIB) -LIBS += $(filter-out $(SHLIBA:lib%.a=-l%), $(LLIBS)) +LIBS += -ltli_r -ldl ARFLAGS = ruv AR = ar LDFLAGS += -bI:/lib/pse.exp |