diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-03 09:11:08 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-03 09:28:31 +0100 |
commit | 3c82b95d92151be365f673c04c78ad1368b928d9 (patch) | |
tree | ed592fa80eafe5fdaa16db0615370f4096bd63cc /solenv/gbuild/gbuild.mk | |
parent | 66298dbfa765bded7c0ffb5097fbf4cde1f35b8d (diff) |
use pattern rule for Postprocess
Change-Id: Ib8d2ddb2efaef26a0a2aba36e9e1c67b1fb019d7
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index b65325466f4e..f9ce8d6d6694 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -344,9 +344,11 @@ include $(foreach class, \ InstallModule \ InstallScript \ AutoInstallLibs \ + Postprocess \ ,$(GBUILDDIR)/$(class).mk) $(eval $(call gb_Helper_process_executable_registrations)) +$(eval $(call gb_Postprocess_make_targets)) # optional extensions that should never be essential ifneq ($(wildcard $(GBUILDDIR)/extensions/post_*.mk),) |