diff options
author | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:49:31 -0400 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:49:31 -0400 |
commit | a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25 (patch) | |
tree | 672f7db9c9d9f3c761db9dbb2bf02d85bc35fd23 /Makefile.am | |
parent | 25af56f18400e949dab20910e97349b26674c512 (diff) | |
download | rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar.gz rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar.bz2 rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.tar.xz rpm-setup-a5df9cfc1a1f233e41d9f1d4c14bcc91330b6e25.zip |
Remove leftover definition for find-lang.pl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2411bc1..340cf7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,8 +86,7 @@ EXTRA_DIST = \ macros-perarch.in make_arch_macrosfiles.sh.in \ rpmgenplatform.in rpmrc.in \ rpm-spec-mode.el \ - tests.sh tests/macros.sh \ - tests/findlang.pl tests/findlang.sh + tests.sh tests/macros.sh edit = sed \ -e 's,@RPMVENDOR\@,$(RPMVENDOR),g' \ |