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 /desktop | |
parent | a7069c2aa24f40b8e47d148b7201f879faa2ff32 (diff) |
set gb_PARTIALBUILD in CustomTargets
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/setup/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/win32/source/setup/Makefile b/desktop/win32/source/setup/Makefile index c5337ee8f272..004f490cb0ff 100644 --- a/desktop/win32/source/setup/Makefile +++ b/desktop/win32/source/setup/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 DESTDIR := $(WORKDIR)/CustomTarget/desktop/win32/source/setup |