summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-22 21:06:32 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-22 21:06:32 +0000
commit93dce37f5597a1535f8f1d95e8c3ca4b94849454 (patch)
tree73daf78b5834090be641250ceb1f842ddb56cec2 /examples/Makefile
parent8eafc4bf6c7c58cf8a1b3a664c8281e56b114de2 (diff)
downloadATCD-93dce37f5597a1535f8f1d95e8c3ca4b94849454.tar.gz
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 3973a65d38f..2b6289668a7 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -34,9 +34,9 @@ DIRS = ASX \
# Include macros and targets
#----------------------------------------------------------------------------
-include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU