diff options
author | Steve Huston <shuston@riverace.com> | 2006-04-03 23:06:30 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2006-04-03 23:06:30 +0000 |
commit | ad83cd285585f72b5c561cffa945fbfd6632bd3f (patch) | |
tree | 71fb506ee454678038c65bac493e6eafe2385f05 /include | |
parent | ff2ecde51215ac550c9c4fb3f207e086990be425 (diff) | |
download | ATCD-ad83cd285585f72b5c561cffa945fbfd6632bd3f.tar.gz |
ChangeLogTag:Mon Apr 3 23:04:51 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_aix_ibm.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU index 069f1c3a584..c2493199884 100644 --- a/include/makeinclude/platform_aix_ibm.GNU +++ b/include/makeinclude/platform_aix_ibm.GNU @@ -123,9 +123,9 @@ else # Visual Age 5 and up ifeq ($(XLCVERSION),0x0700) CCFLAGS += -qflag=w:w ifeq ($(templates),manual) - CCFLAGS += -qnotempinc -qnotemplateregistry -DACE_TEMPLATES_REQUIRE_SOURCE + CCFLAGS += -qnotempinc -qnotemplateregistry else - CCFLAGS += -qtemplateregistry=templateregistry.$(MAKEFILE) -DACE_TEMPLATES_REQUIRE_SOURCE + CCFLAGS += -qtemplateregistry=templateregistry.$(MAKEFILE) endif # According to documentation, default is -qeh, which is equivalent # to -qeh=v5. Apparently 6.0 fixed some problems with nested |