mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
* Makerules ($(common-objpfx)sysd-rules):
Depend on $(sysdep-makeconfigs).
This commit is contained in:
parent
67fbfa5ca1
commit
708ef8a471
@ -1,3 +1,8 @@
|
||||
2008-02-06 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Makerules ($(common-objpfx)sysd-rules):
|
||||
Depend on $(sysdep-makeconfigs).
|
||||
|
||||
2008-01-31 Roland McGrath <roland@redhat.com>
|
||||
|
||||
[BZ #5442]
|
||||
|
@ -220,7 +220,8 @@ sysd-rules-force = FORCE
|
||||
FORCE:
|
||||
endif
|
||||
$(common-objpfx)sysd-rules: $(common-objpfx)config.make $(..)Makerules \
|
||||
$(sysdep-makefiles) $(sysd-rules-force)
|
||||
$(sysdep-makefiles) $(sysdep-makeconfigs) \
|
||||
$(sysd-rules-force)
|
||||
-@rm -f $@T
|
||||
(echo 'sysd-rules-sysdirs := $(config-sysdirs)'; \
|
||||
for dir in $(config-sysdirs); do \
|
||||
|
Loading…
Reference in New Issue
Block a user