]> andersk Git - moira.git/blobdiff - util/imake.includes/config.Imakefile
Fixed a typo (s/LZEHPYR/LZEPHYR/).
[moira.git] / util / imake.includes / config.Imakefile
index 7d8eeaa7ffb3172df728091a21a39c4523288ac9..65831c65484f77daf5189cea3e643702f198ac2b 100644 (file)
@@ -118,7 +118,7 @@ MANDIR= /usr/athena/man
  * to link against.
  */
 #define ZEPHYR
-LZEHPYR=-lzephyr
+LZEPHYR=-lzephyr
 
 /*
  * Define GDSS if you use the Generic Data Signature Service to 
@@ -331,7 +331,9 @@ HCC=$(CC)           /* The name of the C compiler on _this_
 
 CPP=$(CC) -E           /* A command which invokes the C preprocessor */
 
+#ifndef _AIX           /* RS6K optomizer is buggy, we don't know if it wall affect moira */
 DBG=-O                 /* Debug or optimize? */
+#endif /* _AIX */
 
 HCFLAGS=$(CFLAGS)
 
This page took 0.087391 seconds and 4 git commands to generate.