Skip to content

Commit

Permalink
No need for overriding MAKELEVEL anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Apr 7, 2018
1 parent 355f6f0 commit d6f5c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk

# main packaging script based on dh7 syntax
%:
MAKELEVEL=0 dh $@
dh $@

# Make sure we call ./bootstrap before running dh_auto_configure
override_dh_auto_configure:
Expand All @@ -28,7 +28,7 @@ override_dh_auto_configure:

#Make sure to include bash completion file in the package
override_dh_auto_install:
MAKELEVEL=0 dh_auto_install
dh_auto_install
install -D -m 0644 ct-ng.comp $$(pwd)/debian/crosstool-ng/usr/share/bash-completion/completions/ct-ng.comp

override_dh_update_autotools_config:
Expand Down

0 comments on commit d6f5c30

Please sign in to comment.