diff options
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r-- | TAO/orbsvcs/IFR_Service/Makefile.dependencies | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.dependencies b/TAO/orbsvcs/IFR_Service/Makefile.dependencies index 4493fc06f93..ed8921719b2 100644 --- a/TAO/orbsvcs/IFR_Service/Makefile.dependencies +++ b/TAO/orbsvcs/IFR_Service/Makefile.dependencies @@ -1,9 +1,13 @@ +# -*- Makefile -*- + #---------------------------------------------------------------------------- # $Id$ # # Touches the executable if any of the libraries have changed #---------------------------------------------------------------------------- +MAKEFILE = Makefile.dependencies + ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT |