summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_hpux_orbix.GNU
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-07-22 21:06:32 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-07-22 21:06:32 +0000
commitd9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380 (patch)
tree73daf78b5834090be641250ceb1f842ddb56cec2 /include/makeinclude/platform_hpux_orbix.GNU
parent3c9e5dd3113c0c9e5c1bc8052ad63dd7456a9dea (diff)
downloadATCD-d9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380.tar.gz
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'include/makeinclude/platform_hpux_orbix.GNU')
-rw-r--r--include/makeinclude/platform_hpux_orbix.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_hpux_orbix.GNU b/include/makeinclude/platform_hpux_orbix.GNU
index c38adae2b36..04a50915c7f 100644
--- a/include/makeinclude/platform_hpux_orbix.GNU
+++ b/include/makeinclude/platform_hpux_orbix.GNU
@@ -10,7 +10,7 @@ INCLDIRS = -I$(ORBIX_ROOT)/include
PIC =
ARFLAGS = ruv
RANLIB = echo
-LDFLAGS = -L$(ORBIX_ROOT)/lib -L$(WRAPPER_ROOT)/ace -Wl,+s
+LDFLAGS = -L$(ORBIX_ROOT)/lib -L$(ACE_ROOT)/ace -Wl,+s
SOFLAGS = -b
SOBUILD = @echo ""; \
echo "$(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<"; \