diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-07 08:40:35 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-09 21:04:39 +0200 |
commit | 0a45deba2be4a77db7540bd050b25bd6c26d7513 (patch) | |
tree | 828e305e131e24bddfe0d9c8a41c7a02a8a300b2 /vcl | |
parent | 7b743c9628d9479ee3fe2650a43eee5a9a02b8a4 (diff) |
enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/CustomTarget_afm_hash.mk | 2 | ||||
-rw-r--r-- | vcl/CustomTarget_kde4_moc.mk | 2 | ||||
-rw-r--r-- | vcl/CustomTarget_kde_moc.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/CustomTarget_afm_hash.mk b/vcl/CustomTarget_afm_hash.mk index 57ec6cc8b426..23cc4ca20133 100644 --- a/vcl/CustomTarget_afm_hash.mk +++ b/vcl/CustomTarget_afm_hash.mk @@ -23,7 +23,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,vcl/generic/fontmanager,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,vcl/generic/fontmanager)) VCFM := $(call gb_CustomTarget_get_workdir,vcl/generic/fontmanager) diff --git a/vcl/CustomTarget_kde4_moc.mk b/vcl/CustomTarget_kde4_moc.mk index 5d0e4b5c63a0..bd887e582227 100644 --- a/vcl/CustomTarget_kde4_moc.mk +++ b/vcl/CustomTarget_kde4_moc.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,vcl/unx/kde4,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,vcl/unx/kde4)) VCKM := $(call gb_CustomTarget_get_workdir,vcl/unx/kde4) diff --git a/vcl/CustomTarget_kde_moc.mk b/vcl/CustomTarget_kde_moc.mk index 7d54c0b0d307..85a65ea3fdf9 100644 --- a/vcl/CustomTarget_kde_moc.mk +++ b/vcl/CustomTarget_kde_moc.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,vcl/unx/kde/fpicker,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,vcl/unx/kde/fpicker)) VCKF := $(call gb_CustomTarget_get_workdir,vcl/unx/kde/fpicker) |