diff options
author | Greg Hudson <ghudson@mit.edu> | 1994-11-29 00:26:21 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1994-11-29 00:26:21 +0000 |
commit | 4bcc53d2b0402a334de37250608534084543bd43 (patch) | |
tree | 4e21f2637c8964b0e9eeaec7811e0ec3eafa36ff /config | |
parent | 5820ac33498d9ed7edc59cae01a6073ec488c39b (diff) |
Don't use AnsiCC for AIX. Sigh.
Diffstat (limited to 'config')
-rw-r--r-- | config/zephyr.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/zephyr.rules b/config/zephyr.rules index c7ebf9b..aa0107c 100644 --- a/config/zephyr.rules +++ b/config/zephyr.rules @@ -66,7 +66,9 @@ DEFINES = $(XDEFS) -DX11 -I$(BINC) \ $(CDEFS_KRB) $(CDEFS_HES) $(CDEFS_ET) $(CDEFS_SS) \ $(MACHDEFS) +#ifndef _AIX /* AIX ANSI CcCmd doesn't want to compile compile_et output. */ AnsiCC() +#endif /* * Supplemental rules |