diff options
author | Roger Leigh <rleigh@debian.org> | 2013-09-07 22:22:35 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-09-08 18:15:21 +0100 |
commit | 3193684a416a6e6789f6e248939da19a66dd1740 (patch) | |
tree | 0fb28e2294029cc27aa63ebd9819eb0b9d7e3bd9 /scripts | |
parent | 29e3a9758901506e025dd079781aef344d68c9de (diff) | |
download | schroot-3193684a416a6e6789f6e248939da19a66dd1740.tar.gz |
build: Don't use DEFAULT_INCLUDES
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/global.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/global.mk b/scripts/global.mk index 76b28bbc..401d78a3 100644 --- a/scripts/global.mk +++ b/scripts/global.mk @@ -16,6 +16,8 @@ # ##################################################################### +DEFAULT_INCLUDES= + schroot_mountdir=$(localstatedir)/lib/$(PACKAGE)/mount schroot_sessiondir=$(localstatedir)/lib/$(PACKAGE)/session schroot_file_unpackdir=$(localstatedir)/lib/$(PACKAGE)/unpack |