From d9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380 Mon Sep 17 00:00:00 2001 From: Chris Cleeland Date: Tue, 22 Jul 1997 21:06:32 +0000 Subject: Changed WRAPPER_ROOT to ACE_ROOT. --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 064258ec589..6784174973b 100644 --- a/Makefile +++ b/Makefile @@ -32,20 +32,20 @@ CLONE = Makefile \ # 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 # For the following to work you need to compile the -# $(WRAPPER_ROOT)/bin/clone.cpp file and install it in your ~/bin +# $(ACE_ROOT)/bin/clone.cpp file and install it in your ~/bin # directory (or some place similar). clone: @for dir in $(CLONE) ;\ do \ - (clone -s $(WRAPPER_ROOT)/$$dir $$dir) \ + (clone -s $(ACE_ROOT)/$$dir $$dir) \ done RELEASE_FILES = ACE_wrappers/ACE-categories \ -- cgit v1.2.1