http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cdd619d
)
[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS
author
Michael Brown
<mcb30@etherboot.org>
Fri, 10 Oct 2008 01:08:31 +0000
(
02:08
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 10 Oct 2008 02:42:37 +0000
(
03:42
+0100)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
0a41ae9
..
cc13372
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-229,6
+229,7
@@
endif # defined(BIN)
# Include architecture-specific Makefile
ifdef ARCH
# Include architecture-specific Makefile
ifdef ARCH
+MAKEDEPS += arch/$(ARCH)/Makefile
include arch/$(ARCH)/Makefile
endif
include arch/$(ARCH)/Makefile
endif