diff options
author | Andreas Metzler <ametzler@debian.org> | 2011-10-08 07:06:19 +0000 |
---|---|---|
committer | Andreas Metzler <ametzler@debian.org> | 2011-10-08 07:06:19 +0000 |
commit | 65e1d564d5dc768d42c5cfc1c7d6ca3ff4d64cdf (patch) | |
tree | 9711e45bca3f621dac11f4e569e5115c38bc69ad | |
parent | 72365b560aaab24b4058da96b1fb026f6a714c02 (diff) | |
download | exim4-65e1d564d5dc768d42c5cfc1c7d6ca3ff4d64cdf.tar.gz |
whitespace shuffling
svn path=/exim/trunk/; revision=2661
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index bbfd0ad..8a786e5 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,7 @@ export DEB_BUILD_HARDENING=1 #export DEB_BUILD_HARDENING_FORTIFY=0 buildname := $(shell scripts/os-type)-$(shell scripts/arch-type) - BUILDDIR := $(shell pwd)/build-tree - DEBIAN := $(shell pwd)/debian ifeq ($(wildcard /usr/share/dpkg/buildflags.mk),) |