summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-12-07 19:39:08 +0000
committerChris Toshok <toshok@src.gnome.org>2003-12-07 19:39:08 +0000
commit6a6931f8aa270da0870c385f774a1c4c65e82c09 (patch)
tree8716bf0cc5d8ae8e087218b4b020f97f3a77994f
parent10c415df4b990b8c6c73663788015d91e5e1b932 (diff)
downloadevolution-data-server-EVOLUTION_DATA_SERVER_0_0_2.tar.gz
make install depend on all.EVOLUTION_DATA_SERVER_0_0_2
2003-12-07 Chris Toshok <toshok@ximian.com> * libdb/dist/Makefile.in: make install depend on all.
-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"
##################################################