summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-09 21:38:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-09 21:38:21 +0100
commitfee10f8e82a08a4c8e8ac086dfacdcb317be4b38 (patch)
tree0e8c6d8dea3eac7382453a52e6b1f5453328a2e2 /l10ntools
parenta1959d05b8531abc24edb9b9cc42c29e8412ba76 (diff)
Remove junk from end of unused Executable_genlang.mk
Change-Id: I5330b681d540a42a655a10abf8b533a74d8687f6
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/Executable_genlang.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/l10ntools/Executable_genlang.mk b/l10ntools/Executable_genlang.mk
index c05f97939c57..0299493abb57 100644
--- a/l10ntools/Executable_genlang.mk
+++ b/l10ntools/Executable_genlang.mk
@@ -50,30 +50,3 @@ $(eval $(call gb_Executable_add_exception_objects,genlang,\
))
# vim:set noet sw=4 ts=4:
-
-
-
-
-# localizer for new l10n framework
-APP1TARGET= genLang
-APP1OBJS= $(OBJFILES)
-APP1RPATH= NONE
-APP1LINKTYPE= STATIC
-
-APP1LIBS=
-APP1STDLIBS=
-APP1LIBSALCPPRT=
-
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : target.mk
-
-$(MISC)$/%_yy.c : %lex.l
- flex -l -w -8 -o$@ $<
-
-# --- Files --------------------------------------------------------
-
-
-genPO: ALLTAR
- +$(PERL) $(SOLARENV)/bin/deliver.pl
-