summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_aix4_cset++.GNU
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-15 14:24:56 +0000
committerSteve Huston <shuston@riverace.com>1999-07-15 14:24:56 +0000
commitf28bf9d766e9913196eb8e2d846b94ce926ae96d (patch)
treea55d9c89b00c3e7d9b80028f1e879ccd99348f43 /include/makeinclude/platform_aix4_cset++.GNU
parent91bd90cc83e8ca683d76bf7590cbab3f4bf50303 (diff)
downloadATCD-f28bf9d766e9913196eb8e2d846b94ce926ae96d.tar.gz
Remove the testAIXCompilerVersion.cpp file.
Diffstat (limited to 'include/makeinclude/platform_aix4_cset++.GNU')
-rw-r--r--include/makeinclude/platform_aix4_cset++.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_aix4_cset++.GNU b/include/makeinclude/platform_aix4_cset++.GNU
index 6607f225fbd..93adfa4c3c6 100644
--- a/include/makeinclude/platform_aix4_cset++.GNU
+++ b/include/makeinclude/platform_aix4_cset++.GNU
@@ -39,6 +39,7 @@ CCFLAGS += $(CFLAGS) -qtempinc -qinfo
# number of the compiler.
XLCVERSION := $(shell echo "__xlC__" > ./testAIXCompilerVersion.cpp)
XLCVERSION := $(shell $(CXX) -E ./testAIXCompilerVersion.cpp | tail -1')
+ACE_AIX_CLEAN := $(shell $(RM) ./testAIXCompilerVersion.cpp)
ifeq ($(XLCVERSION),0x0306)
CCFLAGS += -qflag=e:e
else