diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-20 11:16:21 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-24 13:22:01 +0200 |
commit | ee0a39c52e53c20ee5bf18a30101bc7d69c24a5c (patch) | |
tree | 464e840a257e6ad9afda2e1c1105d400b87c225c /ucpp/Executable_ucpp.mk | |
parent | df4ff3547078c17cf69f7574dd7995cc51cc7934 (diff) |
adapt ucpp for UnpackedTarball
Change-Id: I0871baf8a6c72ea0c7b44a7abfc8d5152b331db5
Diffstat (limited to 'ucpp/Executable_ucpp.mk')
-rw-r--r-- | ucpp/Executable_ucpp.mk | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/ucpp/Executable_ucpp.mk b/ucpp/Executable_ucpp.mk index 386020aa7291..325d4149598e 100644 --- a/ucpp/Executable_ucpp.mk +++ b/ucpp/Executable_ucpp.mk @@ -11,9 +11,7 @@ $(eval $(call gb_Executable_Executable,ucpp)) $(eval $(call gb_Executable_set_warnings_not_errors,ucpp)) -$(eval $(call gb_Executable_use_custom_headers,ucpp,\ - ucpp/source \ -)) +$(eval $(call gb_Executable_use_unpacked,ucpp,ucpp)) $(eval $(call gb_Executable_add_defs,ucpp,\ -DNO_UCPP_BUF \ @@ -22,14 +20,14 @@ $(eval $(call gb_Executable_add_defs,ucpp,\ )) $(eval $(call gb_Executable_add_generated_cobjects,ucpp,\ - CustomTarget/ucpp/source/assert \ - CustomTarget/ucpp/source/cpp \ - CustomTarget/ucpp/source/eval \ - CustomTarget/ucpp/source/hash \ - CustomTarget/ucpp/source/lexer \ - CustomTarget/ucpp/source/macro \ - CustomTarget/ucpp/source/mem \ - CustomTarget/ucpp/source/nhash \ + UnpackedTarball/ucpp/assert \ + UnpackedTarball/ucpp/cpp \ + UnpackedTarball/ucpp/eval \ + UnpackedTarball/ucpp/hash \ + UnpackedTarball/ucpp/lexer \ + UnpackedTarball/ucpp/macro \ + UnpackedTarball/ucpp/mem \ + UnpackedTarball/ucpp/nhash \ )) # vim: set noet sw=4 ts=4: |