From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:48 +0000 (+0000) Subject: (C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE. X-Git-Tag: emacs-19.34~2073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=923735b79f268fae5a51d15d16a44000e7f240c5;p=emacs.git (C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE. --- diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index d7fca0fbfbb..d6ec5a2b744 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h @@ -7,3 +7,10 @@ #ifndef __GNUC__ #define LD_SWITCH_SYSTEM -32 #endif + +/* This macro definition, which we inherited from irix5-0.h, + is needed in configure on Irix 5, but gets in the way there + on Irix 6. So get rid of it except in Makefile.in where we need it. */ +#ifndef THIS_IS_MAKEFILE +#undef C_SWITCH_SYSTEM +#endif