|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix mbootpack deps.
ChangeSet 1.1406, 2005/03/31 09:36:37+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Fix mbootpack deps.
Makefile | 3 +++
1 files changed, 3 insertions(+)
diff -Nru a/tools/misc/mbootpack/Makefile b/tools/misc/mbootpack/Makefile
--- a/tools/misc/mbootpack/Makefile 2005-03-31 04:05:51 -05:00
+++ b/tools/misc/mbootpack/Makefile 2005-03-31 04:05:51 -05:00
@@ -74,6 +74,9 @@
./bin2c -n 8 -b1 -a bzimage_bootsect bootsect > bzimage_header.c
./bin2c -n 8 -b1 -a bzimage_setup setup >> bzimage_header.c
+buildimage.c: bzimage_header.c
+ @
+
%.o: %.S
$(CC) $(CFLAGS) $(INCS) $(DEFS) -c $< -o $@
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|