diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-29 18:04:42 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-29 18:11:51 +0100 |
commit | b1d20f68474d91d8accafdeb403526b16a636220 (patch) | |
tree | ca5b2de0cf3e5129a0e4aefa62a9da56f2bc36b1 /automation/packimages | |
parent | a7069c2aa24f40b8e47d148b7201f879faa2ff32 (diff) |
set gb_PARTIALBUILD in CustomTargets
Diffstat (limited to 'automation/packimages')
-rw-r--r-- | automation/packimages/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/packimages/Makefile b/automation/packimages/Makefile index 69631bb08b90..a26f11793bee 100644 --- a/automation/packimages/Makefile +++ b/automation/packimages/Makefile @@ -23,6 +23,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. +gb_PARTIALBUILD:=T include $(GBUILDDIR)/gbuild_simple.mk BINDIR := $(dir $(GBUILDDIR))bin |