2006-09-27 Marcus Brinkmann <marcus@g10code.de>

* Makefile.am: Fix cut & paste error.
This commit is contained in:
Marcus Brinkmann 2006-09-27 14:56:26 +00:00
parent 3377456252
commit 24a3607279
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2006-09-27 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Fix cut & paste error.
2006-09-25 Werner Koch <wk@g10code.com> 2006-09-25 Werner Koch <wk@g10code.com>
Released 1.9.90. Released 1.9.90.

View File

@ -57,14 +57,14 @@ else
scd = scd =
endif endif
if BUILD_TOOLS if BUILD_TOOLS
scd = tools tools = tools
else else
scd = tools =
endif endif
if BUILD_DOC if BUILD_DOC
scd = doc doc = doc
else else
scd = doc =
endif endif
if HAVE_W32_SYSTEM if HAVE_W32_SYSTEM