summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSebastian Kuzminsky <seb@highlab.com>2016-02-27 21:37:18 -0700
committerSebastian Kuzminsky <seb@highlab.com>2016-03-03 21:44:40 -0700
commitb324a602820a7d25590ea2e052f342b6cec3b9ab (patch)
tree57bce89437a7ae8a65cd72e6407a206e29b30d8c /debian/rules
parent4d50d04cd1dc7b59a4e905b0274fa3b2ebfb6fb2 (diff)
don't run "make" as part of override_dh_auto_configure
"make" gets run automatically by dh_auto_build later.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 452d50ff..3adf5c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
override_dh_auto_configure:
- make config-gcc && make
-
+ make config-gcc