Commit 3b7e5a42 authored by Mike Gabriel's avatar Mike Gabriel

debian/rules: Re-order configure options for the sake of more beauty.

parent 9a79e09a
...@@ -11,8 +11,8 @@ export LIBEXECDIR = "$(LIBDIR)/nx/bin" ...@@ -11,8 +11,8 @@ export LIBEXECDIR = "$(LIBDIR)/nx/bin"
export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)" export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)"
%: %:
CONFIGURE="./configure --prefix=/usr \ CONFIGURE="./configure --disable-silent-rules \
--disable-silent-rules \ --prefix=/usr \
--libdir=$(LIBDIR) \ --libdir=$(LIBDIR) \
--includedir=$(INCLUDEDIR) \ --includedir=$(INCLUDEDIR) \
--libexecdir=$(LIBEXECDIR)" dh $@ --with quilt --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment