summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-24 21:45:45 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-24 21:45:45 +0000
commite26c8c82e84db1c33b94a66a98ecd9cd9682fc64 (patch)
tree0bb677e8f6cd9b488a0f31a1b54b774c9c7ea82d /apps
parent65fbf9a4070d8d8ef23ccfd2728d92b77bce8aeb (diff)
downloadATCD-e26c8c82e84db1c33b94a66a98ecd9cd9682fc64.tar.gz
ChangeLogTag:Wed Jan 24 13:44:53 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/gperf/ChangeLog7
-rw-r--r--apps/gperf/tests/Makefile4
2 files changed, 9 insertions, 2 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 42dd4c3be55..99be6039e1e 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 24 13:44:53 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Makefile:
+ And I got nailed by the same problem again:
+ Just doing 'make depend' generates invalid dependencies for some
+ reason, had to manually patch them.
+
Mon Oct 16 10:34:06 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile:
diff --git a/apps/gperf/tests/Makefile b/apps/gperf/tests/Makefile
index 193e24c3707..039f2348393 100644
--- a/apps/gperf/tests/Makefile
+++ b/apps/gperf/tests/Makefile
@@ -249,8 +249,8 @@ realclean:
$(ACE_ROOT)/ace/OS.i
.obj/cinset.o .obj/cinset.so .shobj/cinset.o .shobj/cinset.so: cinset.cpp
-c++
-.obj/inset.o .obj/inset.so .shobj/inset.o .shobj/inset.so: c++inset.cpp
+
+.obj/c++inset.o .obj/inset.so .shobj/inset.o .shobj/inset.so: c++inset.cpp
.obj/iinset.o .obj/iinset.so .shobj/iinset.o .shobj/iinset.so: iinset.cpp