This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make install install_root not working anymore?



This patch *may* fix the problem.  I don't have time right now to test
it or even figure out why it doesn't work currently -- I thought none
of my changes touched that code.

It may be offset a bit.

zw

--- Makefile	Sat, 09 May 1998 13:36:13 -0400 zack  Z.2
+++ Makefile	Mon, 11 May 1998 12:05:09 -0400 zack  Z.2(w)
@@ -72,6 +72,7 @@
 # What to install.
 install-others = $(inst_includedir)/gnu/stubs.h
 install-bin = glibcbug
+install-lib = $(subst %,c,$(libtypes))
 
 ifeq (yes,$(build-shared))
 install-others += $(inst_includedir)/gnu/lib-names.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]