[Pkg-octave-commit] [octave] 14/14: d/rules: Avoid triggering the build of Bison-generated files
Rafael Laboissiere
rafael at debian.org
Fri Nov 25 19:23:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
rafael pushed a commit to branch master
in repository octave.
commit 0af97e59e1f1a6754164ad946a94b298246e4de3
Author: Rafael Laboissiere <rafael at debian.org>
Date: Thu Nov 24 18:43:20 2016 -0200
d/rules: Avoid triggering the build of Bison-generated files
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2b8bc3c..73bf05f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ override_dh_auto_configure:
# override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
dh_auto_configure -- --enable-openmp $(WITH_JAVA_FLAGS) $(JIT_FLAG) $(HDF5_FLAGS)
# Avoid triggering the build of oct-gperf.h
- touch libinterp/parse-tree/oct-gperf.h
+ touch libinterp/parse-tree/oct-gperf.h libinterp/parse-tree/oct-parse.h
# dh_auto_test tries to run "make test", so override it
override_dh_auto_test:
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git
More information about the Pkg-octave-commit
mailing list