diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-12 19:08:58 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-12 19:08:58 +0100 |
commit | 8f1523e9dcebfc5549e87de51359ea7b221809ab (patch) | |
tree | b7c22ab067bdb22c2e95e6dd21f75195deea1aac /mk | |
parent | 5c42c79c5dc31dc539071d6d62e02f580f7c8ebd (diff) | |
download | haskell-8f1523e9dcebfc5549e87de51359ea7b221809ab.tar.gz |
Remove some trailing whitespace
We were getting
InstallExtraPackages="YES "
Diffstat (limited to 'mk')
-rw-r--r-- | mk/validate-settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index b7f788b6b9..e250fa6fb4 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -23,7 +23,7 @@ STRIP_CMD = : CHECK_PACKAGES = YES # We want to install DPH when validating, so that we can test it -InstallExtraPackages = YES +InstallExtraPackages = YES # dblatex with miktex under msys/mingw can't build the PS and PDF docs, # and just building the HTML docs is sufficient to check that the |