summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 04:02:36 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 04:02:36 +0000
commit4030a57481bf41e30578dfc554603807d1f344fb (patch)
treef2f0e9ea270150db98a6049570897ad4ba8f5afa
parentc73767f36200392fdf3a87ed438b83979af09f62 (diff)
downloadATCD-4030a57481bf41e30578dfc554603807d1f344fb.tar.gz
added $(ACELIB) to SOFLAGS to avoid lib build warnings
-rw-r--r--include/makeinclude/platform_osf1_4.0.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_osf1_4.0.GNU b/include/makeinclude/platform_osf1_4.0.GNU
index ee26fd749c6..84b611af5bb 100644
--- a/include/makeinclude/platform_osf1_4.0.GNU
+++ b/include/makeinclude/platform_osf1_4.0.GNU
@@ -34,6 +34,6 @@ ARFLAGS = cruvZ
# When libraries are archived, a hash index is automatically created
# so there is no need for ranlib
RANLIB = /usr/bin/true
-SOFLAGS = -shared -use_ld_input
+SOFLAGS = -shared -use_ld_input $(ACELIB)
SOBUILD = /bin/rm -f $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \
ln $(VSHDIR)$*.o $@