diff options
author | David Tardon <dtardon@redhat.com> | 2013-10-20 20:43:46 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-21 08:01:12 +0200 |
commit | ce038cf8d75dde575643042e57addf559eb57059 (patch) | |
tree | 083817762f7d0822d3f775f38a447b8558384f8e /Repository.mk | |
parent | e7d1e2c769afbd0593facf87a084a8d63d134be2 (diff) |
Revert "ucpp is not an ExternalExecutable"
Wrong! It is.
This reverts commit 7369a8cad62ba6151ba8c16c41d0005fdf87f0ec.
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index cb876cb64c5a..5a92fd676246 100644 --- a/Repository.mk +++ b/Repository.mk @@ -728,6 +728,7 @@ $(eval $(call gb_ExternalExecutable_register_executables,\ genccode \ gencmn \ python \ + ucpp \ xmllint \ xsltproc \ )) |