summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/Makefile2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8e9ba293546..39ad77eb97f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon Nov 3 04:43:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * Makefile:
+ Pass the $(MAKE) variable to the reverseclean script and us it
+ instead of "make". This fixes problems in autobuilds that
+ assign something other than "make" to the make_program
+ variable.
+
Mon Nov 3 03:04:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
* orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp:
diff --git a/TAO/Makefile b/TAO/Makefile
index eed4605b9d1..2a0b444e1fe 100644
--- a/TAO/Makefile
+++ b/TAO/Makefile
@@ -60,7 +60,7 @@ clone:
done
reverseclean:
- @$(ACE_ROOT)/bin/reverse_clean $(DIRS)
+ @$(ACE_ROOT)/bin/reverse_clean $(MAKE) $(DIRS)
CONTROLLED_FILES = TAO/COPYING* \
TAO/ChangeLog* \