summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-10-20 14:30:14 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-10-20 14:30:14 +0000
commiteae9676e1a0bfd19729b68abf4ba87db6fc446dd (patch)
tree5bb0584b2fc80f3070af8d811329f942a1dfce99
parente9939e086d664bbe089881dba54b80a97fd2276e (diff)
downloadATCD-eae9676e1a0bfd19729b68abf4ba87db6fc446dd.tar.gz
ChangeLogTag:Sun Oct 20 09:26:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--examples/C++NPv1/Makefile2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08f17d12570..10a6959c528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Oct 20 09:26:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * examples/C++NPv1/Makefile: Added changes from "Fri Oct 18
+ 21:01:25 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>" back
+ since the changes are fine. Thanks to Craig for pointing that
+ out.
+
Sun Oct 20 13:34:45 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
* examples/C++NPv2/Makefile: Replace with recursive Makefile which
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 08f17d12570..10a6959c528 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Sun Oct 20 09:26:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * examples/C++NPv1/Makefile: Added changes from "Fri Oct 18
+ 21:01:25 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>" back
+ since the changes are fine. Thanks to Craig for pointing that
+ out.
+
Sun Oct 20 13:34:45 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
* examples/C++NPv2/Makefile: Replace with recursive Makefile which
diff --git a/examples/C++NPv1/Makefile b/examples/C++NPv1/Makefile
index a20da5f5082..ff16fb9e1f4 100644
--- a/examples/C++NPv1/Makefile
+++ b/examples/C++NPv1/Makefile
@@ -19,7 +19,7 @@ MKLIST = Makefile.Iterative_Logging_Server \
Makefile.Thread_Per_Connection_Logging_Server
## Makefile.Reactive_Logging_Server_Ex.mkfile is a dummy target which will cause
-## $(MAKE) -f Makefile.Svc_Utils to be invoked
+## $(MAKE) -f Makefile.Reactive_Logging_Server_Ex to be invoked
%.mkfile: %
@echo $(MAKE) -f $< $(MKFILE_TARGET)
@$(MAKE) -f $< $(MKFILE_TARGET)