Search
j0ke.net Open Build Service
>
Projects
>
home:hostmaster
>
deb
> dpkg-automake.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dpkg-automake.diff of Package deb
--- debian/rules +++ debian/rules @@ -38,12 +38,8 @@ configure: configure.in aclocal.m4 config.h.in: configure.in autoheader -config.guess config.sub: %: /usr/share/misc/% - cp -a $< $@.new - mv $@.new $@ - # Setup the buildlocation -$(BUILD)/configure-stamp: configure config.h.in config.guess config.sub +$(BUILD)/configure-stamp: configure config.h.in $(checkdir) install -d $(@D) cd $(@D) && LDFLAGS="$(LDFLAGS)" $(shell echo "$(patsubst $(CURDIR)/%,%,$(@D))" | sed -e 's,^[^/][^/]*$$,..,;s,/[^/][^/]*,/..,g' )/configure \