diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-07-22 21:06:32 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-07-22 21:06:32 +0000 |
commit | d9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380 (patch) | |
tree | 73daf78b5834090be641250ceb1f842ddb56cec2 /include/makeinclude/platform_tandem.GNU | |
parent | 3c9e5dd3113c0c9e5c1bc8052ad63dd7456a9dea (diff) | |
download | ATCD-d9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380.tar.gz |
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'include/makeinclude/platform_tandem.GNU')
-rw-r--r-- | include/makeinclude/platform_tandem.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_tandem.GNU b/include/makeinclude/platform_tandem.GNU index 6f07d2fd1e6..b6e843fdd2a 100644 --- a/include/makeinclude/platform_tandem.GNU +++ b/include/makeinclude/platform_tandem.GNU @@ -30,7 +30,7 @@ CPPFLAGS += -woff 3106,3203,3262 #CPPFLAGS += -n32 -woff 1174,1209,1375,1506,1110,1552,1021,1171 # For the old C++ compiler (-32) #CPPFLAGS += +pp -LDFLAGS += -rpath "$(WRAPPER_ROOT)/ace" +LDFLAGS += -rpath "$(ACE_ROOT)/ace" #LDFLAGS += -Wl,-woff,85 LIBS += -lsocket LIBS += -ldl @@ -60,7 +60,7 @@ SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \ #DLD = $(CXX) #LD = $(CXX) -#LDFLAGS += -R $(WRAPPER_ROOT)/ace +#LDFLAGS += -R $(ACE_ROOT)/ace #LIBS += -lsocket -ldl -lnsl -lgen -lthread # Threads #LIBS += -lsocket -ldl -lnsl -lgen # No threads #PIC = -PIC |