aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-09-27 14:56:26 +0000
committerMarcus Brinkmann <[email protected]>2006-09-27 14:56:26 +0000
commit24a3607279fe4b601faa02e92738adee3fb22617 (patch)
tree3dfeceaf0c9a56fcb31b247bb55671869cb19976
parentAdd missing file and other changes. (diff)
downloadgnupg-24a3607279fe4b601faa02e92738adee3fb22617.tar.gz
gnupg-24a3607279fe4b601faa02e92738adee3fb22617.zip
2006-09-27 Marcus Brinkmann <[email protected]>
* Makefile.am: Fix cut & paste error.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 11f2e94f5..787115939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-27 Marcus Brinkmann <[email protected]>
+
+ * Makefile.am: Fix cut & paste error.
+
2006-09-25 Werner Koch <[email protected]>
Released 1.9.90.
diff --git a/Makefile.am b/Makefile.am
index fd7f25386..c19f7c3f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,14 +57,14 @@ else
scd =
endif
if BUILD_TOOLS
-scd = tools
+tools = tools
else
-scd =
+tools =
endif
if BUILD_DOC
-scd = doc
+doc = doc
else
-scd =
+doc =
endif
if HAVE_W32_SYSTEM