Skip to content

Commit

Permalink
simplify debian/rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak A. Pearlmutter committed Nov 12, 2012
1 parent 5b11bf0 commit 52a340d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions debian/rules
@@ -1,11 +1,7 @@
#!/usr/bin/make -f

dh_targets=binary binary-arch binary-indep build build-arch build-indep clean install

$(dh_targets) %:
%:
dh $@ --with autoreconf --parallel

.PHONY: $(dh_targets)

override_dh_auto_configure:
dh_auto_configure -- --enable-sparse

0 comments on commit 52a340d

Please sign in to comment.