summaryrefslogtreecommitdiffstats
path: root/macros.cygwin
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-03-04 13:36:46 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2015-03-04 13:36:46 -0600
commit0407cc494564fed4d18417332886cce6b41acafa (patch)
tree37616f11d4279d1a526c2d7e640f41e1a2a8a17e /macros.cygwin
parentb23b8a7a0a41edecd3ec66d77d409f4c3d0beb04 (diff)
downloadcygwin-filesystem-0407cc494564fed4d18417332886cce6b41acafa.tar.gz
cygwin-filesystem-0407cc494564fed4d18417332886cce6b41acafa.tar.xz
cygwin-filesystem-0407cc494564fed4d18417332886cce6b41acafa.zip
Fix typo in previous commit
Diffstat (limited to 'macros.cygwin')
-rw-r--r--macros.cygwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.cygwin b/macros.cygwin
index b77b46d..db80177 100644
--- a/macros.cygwin
+++ b/macros.cygwin
@@ -47,7 +47,7 @@
if [ -d %{cygwin64_datadir}/aclocal ]; then \
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I %{cygwin64_datadir}/aclocal"; \
fi; \
- ACLOCAL="%{_bindir}/aclocal $ACLOCAL_FLAGS"; export ACLOCAL;
+ ACLOCAL="%{_bindir}/aclocal $ACLOCAL_FLAGS"; export ACLOCAL; \
if [ -x %{cygwin32_bindir}/autopoint ]; then \
eval gettext_`grep '^version=' %{cygwin32_bindir}/autopoint`; \
AUTOPOINT="%{cygwin32_bindir}/autopoint -V $gettext_version" ; export AUTOPOINT; \