diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-17 15:29:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-18 16:23:24 +0100 |
commit | b7215602c00f392e30e0e23e21f32dd37fba07dd (patch) | |
tree | b4d6e1643bf04ffe3f6d7426489bec3bf693dddc /cpputools/Package_bin.mk | |
parent | b980eca67edd8e3dd43d8717dbd90a2104450f85 (diff) |
API CHANGE: Remove obsolete regcomp from URE
Change-Id: Iaec5e0fd53d340f028e271f28e99a73dedc636f7
Diffstat (limited to 'cpputools/Package_bin.mk')
-rw-r--r-- | cpputools/Package_bin.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpputools/Package_bin.mk b/cpputools/Package_bin.mk index 9a0b8d4f94e1..1a22247ac549 100644 --- a/cpputools/Package_bin.mk +++ b/cpputools/Package_bin.mk @@ -28,7 +28,6 @@ # because the installation system is so incredibly inflexible... $(eval $(call gb_Package_Package,cpputools_bin,$(gb_Executable_BINDIR))) -$(eval $(call gb_Package_add_file,cpputools_bin,bin/regcomp.bin,regcomp)) $(eval $(call gb_Package_add_file,cpputools_bin,bin/uno.bin,uno)) # vim: set shiftwidth=4 tabstop=4 noexpandtab: |