summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--libdb/dist/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a48213d3..7f4bd8c81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-07 Chris Toshok <toshok@ximian.com>
+
+ * libdb/dist/Makefile.in: make install depend on all.
+
2003-12-07 JP Rosevear <jpr@ximian.com>
* configure.in: bump version and libsoup requirement
diff --git a/libdb/dist/Makefile.in b/libdb/dist/Makefile.in
index 8a650b9f2..9bfcd70e7 100644
--- a/libdb/dist/Makefile.in
+++ b/libdb/dist/Makefile.in
@@ -403,7 +403,7 @@ LIB_INSTALL_FILE_LIST=\
##################################################
all: @BUILD_TARGET@
-install-strip install:
+install-strip install: all
@echo "installation of embedded libdb has been disabled"
##################################################