Skip to content

Commit

Permalink
* Makerules ($(common-objpfx)sysd-rules):
Browse files Browse the repository at this point in the history
	Depend on $(sysdep-makeconfigs).
  • Loading branch information
Roland McGrath committed Feb 7, 2008
1 parent 67fbfa5 commit 708ef8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
3 changes: 2 additions & 1 deletion Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 708ef8a

Please sign in to comment.