forked from pool/elfutils
f0f9e87f4c
OBS-URL: https://build.opensuse.org/request/show/215569 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=54
32 lines
859 B
Diff
32 lines
859 B
Diff
From: unknown
|
|
Upstream: no
|
|
Subject: do not build po and tests components
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
Makefile.in | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -24,7 +24,7 @@ pkginclude_HEADERS = version.h
|
|
|
|
# Add doc back when we have some real content.
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
- src po tests
|
|
+ src
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -360,7 +360,7 @@ pkginclude_HEADERS = version.h
|
|
|
|
# Add doc back when we have some real content.
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
- src po tests
|
|
+ src
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|