summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--THANKS3
-rw-r--r--apps/soreduce/Makefile2
4 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfef9550ff8..c871b282888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 28 06:36:04 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * apps/soreduce/Makefile: Changed INSBIN from $ACE_ROOT/bin/soreduce/
+ to $ACE_ROOT/bin/. Thanks to Jaroslaw Nozderko
+ <jaroslaw.nozderko@polkomtel.com.pl> fo
+
Thu Nov 28 07:54:28 2002 Craig Rodrigues <crodrigu@bbn.com>
* docs/tutorials/022/Acceptor_Service.h: Add include of svc_export.h
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index cfef9550ff8..c871b282888 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Thu Nov 28 06:36:04 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * apps/soreduce/Makefile: Changed INSBIN from $ACE_ROOT/bin/soreduce/
+ to $ACE_ROOT/bin/. Thanks to Jaroslaw Nozderko
+ <jaroslaw.nozderko@polkomtel.com.pl> fo
+
Thu Nov 28 07:54:28 2002 Craig Rodrigues <crodrigu@bbn.com>
* docs/tutorials/022/Acceptor_Service.h: Add include of svc_export.h
diff --git a/THANKS b/THANKS
index 1b6bb164c71..bc7899ae24b 100644
--- a/THANKS
+++ b/THANKS
@@ -1620,7 +1620,10 @@ Rick Marlborough <RMarlborough@LIO.AACISD.com>
David-A O-Brien <david-a.o-brien@db.com>
Shelton Tang <stang@altigen.com>
Frederic Langlet <Frederic.Langlet@alcatel.com>
+Antonio Leonforte <a.leonforte@mclink.it>
Pablo d'Angelo <pablo@mathematik.uni-ulm.de>
+Uwe Jaeger <jaeger@varial.de>
+Viktor Ransmayr <viktor.ransmayr@t-online.de>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/apps/soreduce/Makefile b/apps/soreduce/Makefile
index 2fe50972d21..53cd23f5996 100644
--- a/apps/soreduce/Makefile
+++ b/apps/soreduce/Makefile
@@ -5,7 +5,7 @@
#----------------------------------------------------------------------------
BIN = soreduce
-INSBIN = $(ACE_ROOT)/bin/soreduce
+INSBIN = $(ACE_ROOT)/bin/
FILES = Signature \
Sig_List \