about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1999-03-22 06:51:09 +0000
committerAndreas Schwab <schwab@suse.de>1999-03-22 06:51:09 +0000
commit2f512715ce4e811789393378fc8101a38c1f665d (patch)
tree3ae97ea1e2db771da463c4deebe72dd6ab6707d1 /elf/Makefile
parent19b54427b2d1e3962ef0b8303932c09f53a1dc20 (diff)
downloadglibc-2f512715ce4e811789393378fc8101a38c1f665d.tar.gz
glibc-2f512715ce4e811789393378fc8101a38c1f665d.tar.xz
glibc-2f512715ce4e811789393378fc8101a38c1f665d.zip
* configure.in: Also look in $PATH when searching for
install-info.  Remove autoconf bug workaround and require autoconf  
2.13.
Mon Mar 22 15:48:06 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* configure.in: Also look in $PATH when searching for
 	install-info.  Remove autoconf bug workaround and require autoconf
 	2.13.
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 5236165e2a..a791ffdbc0 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -77,7 +77,9 @@ others		+= ldconfig
 install-rootsbin += ldconfig
 endif
 
+ifeq (yes,$(build-shared))
 tests = loadtest restest1 preloadtest loadfail multiload
+endif
 modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
 		testobj1_1 failobj
 extra-objs += $(modules-names:=.os)