summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-15 16:59:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-15 16:59:31 +0000
commitb46ad70284c180f708725de1e23fd47c210c550f (patch)
treed51c73ff03c8f1607478c527fae8d2f777d74286
parentc1952c70d4318c89012df54e38fb27ce5b25517a (diff)
downloadATCD-b46ad70284c180f708725de1e23fd47c210c550f.tar.gz
reverted SOBUILD to create the .so files instead of symblinks, so that all templates get instantiated properly
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU2
-rw-r--r--include/makeinclude/platform_sunos5_sunc++_4.1.GNU2
-rw-r--r--include/makeinclude/platform_sunos5_sunc++_orbix.GNU2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 8cecb5d5468..7b1d0e83c40 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -12,4 +12,4 @@ ARFLAGS = -xar -o
RANLIB = echo
SOFLAGS = -G $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- [ -h $@ ] || ln -s $*.o $@
+ $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o
diff --git a/include/makeinclude/platform_sunos5_sunc++_4.1.GNU b/include/makeinclude/platform_sunos5_sunc++_4.1.GNU
index c2bef9752e3..a42db5a36c3 100644
--- a/include/makeinclude/platform_sunos5_sunc++_4.1.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++_4.1.GNU
@@ -28,4 +28,4 @@ ARFLAGS = -xar -o
RANLIB = echo
SOFLAGS = -G $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- [ -h $@ ] || ln -s $*.o $@
+ $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o
diff --git a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
index e634d48a977..1f4398c0115 100644
--- a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
@@ -13,4 +13,4 @@ ARFLAGS = -xar -o
RANLIB = echo
SOFLAGS = -G $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- [ -h $@ ] || ln -s $*.o $@
+ $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o