[silo-llnl] 77/96: Fix unquoted vars
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Jul 21 13:09:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository silo-llnl.
commit aeb6a8187812837e4b0cf9fd4d35ec165be01a2b
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu May 1 20:10:01 2014 +0100
Fix unquoted vars
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0ce27b0..ce114e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,12 +42,12 @@ override_dh_auto_configure:
--enable-versioned-symbol --enable-pythonmodule \
--with-hdf5=/usr/include,/usr/lib \
--with-Qt-bin=$(QT_BINDIR) --with-Qt-include-dir=/usr/include/$(QT) -with-Qt-lib=Qt5Widgets \
- CC=$(CXX) CXX=$(CXX) CFLAGS="$(CFLAGS) -fPIC " CXXFLAGS="$(CXXFLAGS) -fPIC " LIBS=" -lQt5Core \
- LIBS=" -lQt5Core " LDFLAGS=$(LDFLAGS)" \
+ CC=$(CXX) CXX=$(CXX) CFLAGS="$(CFLAGS) -fPIC " CXXFLAGS="$(CXXFLAGS) -fPIC " \
+ LIBS=" -lQt5Core " LDFLAGS="$(LDFLAGS)" \
CPPFLAGS=" -I/usr/include/$(QT) -I/usr/include/$(QT)/QtGui -I/usr/include/$(QT)/QtCore -I/usr/include/$(QT)/QtWidgets -I$(MPI_INC) $(CPPFLAGS)"
override_dh_auto_build:
- for d in src tools/browser tools/silcock ; do \
+ for d in src tools/browser tools/silock ; do \
$(MAKE) -C $$d CC=$(CC) CXX=$(CXX) ; done
set -e ; for p in $(PYVERS) ; do \
$(MAKE) -C tools/python clean all CC=$(CC) CXX=$(CXX) PYTHON=$$p; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silo-llnl.git
More information about the debian-science-commits
mailing list