diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-29 17:07:57 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-29 17:25:14 +0100 |
commit | d73e574d8abd933537bf4d2155f36aa9a91a0acc (patch) | |
tree | 649adb8becc14c42d23544295729945147eaaa4d /fileaccess | |
parent | 6a6152a9a3d76f8ce26e4a9b5bd6479f31009ee7 (diff) |
move reconfigure into gbuild
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileaccess/Makefile b/fileaccess/Makefile index f9ac01ef0747..7b3dec8b4c28 100644 --- a/fileaccess/Makefile +++ b/fileaccess/Makefile @@ -26,11 +26,11 @@ # #************************************************************************* +gb_PARTIALBUILD := T ifeq ($(strip $(SOLARENV)),) include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk else -gb_PARTIALBUILD := T include $(SOLARENV)/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk))) |