mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
* Makerules [install-lib-non.a]: Find these things with $(objpfx)
instead of $(common-objpfx).
This commit is contained in:
parent
7da3079b42
commit
d929664ab5
@ -1,5 +1,8 @@
|
||||
Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* Makerules [install-lib-non.a]: Find these things with $(objpfx)
|
||||
instead of $(common-objpfx).
|
||||
|
||||
* Makeconfig (sysdep-configures): New variable.
|
||||
(config.status): Depend on $(sysdep-configures).
|
||||
|
||||
|
@ -92,7 +92,7 @@ sysdep-configures = $(foreach dir,$(config-sysdirs),\
|
||||
$(patsubst %.in,%,\
|
||||
$(firstword $(wildcard \
|
||||
$(dir)/configure \
|
||||
$(dir)/configure.in)))
|
||||
$(dir)/configure.in))))
|
||||
|
||||
# Force the user to configure before making.
|
||||
$(common-objpfx)config.status: $(..)configure $(sysdep-configures)
|
||||
|
@ -642,7 +642,7 @@ install-lib.a := $(filter lib%.a,$(install-lib))
|
||||
install-lib-non.a := $(filter-out lib%.a,$(install-lib))
|
||||
ifdef install-lib-non.a
|
||||
$(addprefix $(libdir)/$(libprefix),$(install-lib-non.a)): \
|
||||
$(libdir)/$(libprefix)%: $(common-objpfx)%
|
||||
$(libdir)/$(libprefix)%: $(objpfx)%
|
||||
$(do-install)
|
||||
endif
|
||||
ifdef install-lib.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user