aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-12 19:57:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-12 19:57:14 +0000
commit489f84da8a6cde708db87cbc62fc17790223dab3 (patch)
treecdb11013852916075c7d52e2ba43b253a040d007 /tests
parent61e71c4983aceb09de04f8b52607038571154d88 (diff)
downloadgdbm-489f84da8a6cde708db87cbc62fc17790223dab3.tar.gz
gdbm-489f84da8a6cde708db87cbc62fc17790223dab3.tar.bz2
Bugfixes (pointed out by Matthew Burgess).
* src/gdbmopen.c: Fix a typo. * tests/Makefile.am ($(srcdir)/package.m4): Fix improper dependency.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0339549..6075c38 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
## package.m4. ##
## ------------ ##
-$(srcdir)/package.m4: $(top_srcdir)/configure.ac $(srcdir)/Makefile
+$(srcdir)/package.m4: $(top_srcdir)/configure.ac $(srcdir)/Makefile.am
$(AM_V_GEN){ \
echo '# Signature of the current package.'; \
echo 'm4_define([AT_PACKAGE_NAME], [@PACKAGE_NAME@])'; \

Return to:

Send suggestions and report system problems to the System administrator.