summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/Makefile')
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Makefile b/TAO/orbsvcs/IFR_Service/Makefile
index 83b40bfa21f..5ae839d65f8 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile
+++ b/TAO/orbsvcs/IFR_Service/Makefile
@@ -21,10 +21,11 @@ include $(TAO_ROOT)/rules.tao.GNU
#----------------------------------------------------------------------------
# Define local rules and targets
#---------------------------------------------------------------------------
-MKLIST = \
- Makefile.TypeCodeFactory \
- Makefile.IFR_Service \
- Makefile.tao_ifr
+MKLIST = Makefile.TypeCodeFactory
+
+ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
+ MKLIST += Makefile.IFR_Service Makefile.tao_ifr
+endif # ACE_HAS_GNUG_PRE_2_8
all debug profile optimize install deinstall clean realclean clobber depend:
ifeq (Windows,$(findstring Windows,$(OS)))