diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-09 03:46:32 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-09 03:46:32 +0000 |
commit | 4040a1ec08f7441d31526913b4fabaa1601c953a (patch) | |
tree | c175a4dd398bfdaf97601de214096f269f60e26b /include | |
parent | 1dd93193c84550443f4b1dc6578fa8bf0e87fcd8 (diff) | |
download | ATCD-4040a1ec08f7441d31526913b4fabaa1601c953a.tar.gz |
moved -lm from LIBS to MATHLIB
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_osf1_4.0.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU index eda0ea2b7cc..50560a5af25 100644 --- a/include/makeinclude/platform_osf1_4.0.GNU +++ b/include/makeinclude/platform_osf1_4.0.GNU @@ -34,14 +34,14 @@ CCFLAGS += $(CFLAGS) -ptr ptrepository $(WARNING_FLAGS) #### -nortti DCFLAGS += -g -O0 DLD = $(CXX) LD = $(CXX) -#### -lm is needed for TAO MT_Cubit client -LIBS += $(CFLAGS) -ptr ptrepository -ltli -lrt -lm +LIBS += $(CFLAGS) -ptr ptrepository -ltli -lrt +MATHLIB = -lm OCFLAGS += -O4 PIC = ARFLAGS = cruvZ # When libraries are archived, a hash index is automatically created # so there is no need for ranlib -RANLIB = /usr/bin/true +RANLIB = @true SOFLAGS = -shared -use_ld_input $(ACELIB) SOBUILD = /bin/rm -f $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \ ln $(VSHDIR)$*.o $@ |