From 923735b79f268fae5a51d15d16a44000e7f240c5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:19:48 +0000 Subject: [PATCH] (C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE. --- src/s/irix6-0.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2