diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-07 12:29:34 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-08 17:26:40 +0200 |
commit | e78646e0c82e7ffbb60b0835c22b8611f6de0b99 (patch) | |
tree | 3d152885c45092ad39edbe91d23bba96f2e404a2 /Makefile.in | |
parent | 436be3ca0bc5d78fbd2b897515a087bbf1fda68a (diff) |
fix after rename
Change-Id: I94d3adec33117f0faeacaf74d0e6d48f45f819ad
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 74b53aa521a1..68ac28c2631c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -94,8 +94,8 @@ gbuild_modules := $(filter-out Module%,$(subst /, ,$(subst $(SRCDIR)/,,$(wildcar $(eval $(call gbuild_modules_rules,$(gbuild_modules))) gbuild_TARGETS := AllLangHelp \ + AllLangPackage \ AllLangResTarget \ - AllLangZip \ AutoInstallLibs \ CliLibrary \ CliNativeLibrary \ |