gbuild: allow to use RepositoryFixes also for executables

Helps to kill package in cpputools.
And autoinstall uno executable.

Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400
This commit is contained in:
Matúš Kukan
2013-06-14 12:48:20 +02:00
parent 7369a8cad6
commit 944f3a6c6e
9 changed files with 30 additions and 56 deletions

View File

@ -19,12 +19,6 @@ $(eval $(call gb_Module_add_targets,cpputools,\
Executable_uno \
))
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,cpputools,\
Package_bin \
))
endif
endif
# vim:set noet sw=4 ts=4: