changeset 3698:a515e5de5f8a

qt.mk: fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 27 Aug 2014 15:50:16 -0400
parents 1c0fcc3ce0b3
children ed7c61a97068
files src/qt.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Wed Aug 27 10:34:46 2014 -0400
+++ b/src/qt.mk	Wed Aug 27 15:50:16 2014 -0400
@@ -123,7 +123,7 @@
     ## FIXME: LDFLAGS was not correct for SuSE 10.4 systems.  Is there
     ## a better way to handle this problem?
     if [ -d '/usr/X11R6/lib64' ]; then \
-      sed -i 's/PLATFORM=linux-g++/PLATFORM=linux-g++-64/' '$(1)/configure' \
+      sed -i 's/PLATFORM=linux-g++/PLATFORM=linux-g++-64/' '$(1)/configure'; \
     fi
     cd '$(1)' && QTDIR='$(1)' \
         $($(PKG)_CONFIGURE_ENV) \