mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
Remove gnu/stubs.h dependency on soversions.mk
This commit is contained in:
parent
65cafb1c3f
commit
691bc9c1e4
@ -1,3 +1,8 @@
|
||||
2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
|
||||
on $(common-objpfx)soversions.mk.
|
||||
|
||||
2012-09-07 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #10014]
|
||||
|
2
Makefile
2
Makefile
@ -175,7 +175,7 @@ installed-stubs = $(inst_includedir)/gnu/stubs.h
|
||||
else
|
||||
installed-stubs = $(inst_includedir)/gnu/stubs-$(default-abi).h
|
||||
|
||||
$(inst_includedir)/gnu/stubs.h: $(common-objpfx)soversions.mk $(+force)
|
||||
$(inst_includedir)/gnu/stubs.h: $(+force)
|
||||
$(make-target-directory)
|
||||
{ \
|
||||
echo '/* This file is automatically generated.';\
|
||||
|
Loading…
Reference in New Issue
Block a user