summaryrefslogtreecommitdiff
path: root/apps/gperf
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-22 03:35:24 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-22 03:35:24 +0000
commit3e8847c8498c14cf0915cf96e189c00a9097ee0b (patch)
treeddaee677c2e1e82f66ca1aff3e4c2766d1e5f730 /apps/gperf
parent6ad1cf536624dc2ec338d2bdd51cc334c60a03fe (diff)
downloadATCD-3e8847c8498c14cf0915cf96e189c00a9097ee0b.tar.gz
ChangeLogTag:Fri Apr 21 20:33:11 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'apps/gperf')
-rw-r--r--apps/gperf/ChangeLog6
-rw-r--r--apps/gperf/tests/Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 35693da8476..d7713ff7173 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 21 20:33:11 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Makefile:
+ Add dependencies for the runtest rule, otherwise parallel builds
+ fail.
+
Thu Apr 20 09:04:27 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile:
diff --git a/apps/gperf/tests/Makefile b/apps/gperf/tests/Makefile
index e775a4aadfa..1b2bb171318 100644
--- a/apps/gperf/tests/Makefile
+++ b/apps/gperf/tests/Makefile
@@ -167,7 +167,7 @@ iout2:$(addprefix $(VDIR),$(IOUT2_OBJS))
tout:$(addprefix $(VDIR),$(TOUT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
-runtests:
+runtests: cout aout c++out preout m3out pout iout iout2 tout
@echo "performing some tests of the perfect hash generator"
# test cout
./cout -v < $(srcdir)/c.gperf > c.out