]> xenbits.xensource.com Git - xen.git/commitdiff
[IA64] asm-offsets.s must depend on $(HDRS)
authorAlex Williamson <alex.williamson@hp.com>
Thu, 27 Sep 2007 15:00:06 +0000 (09:00 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Thu, 27 Sep 2007 15:00:06 +0000 (09:00 -0600)
Signed-off-by: Tristan Gingold <tgingold@free.fr>
xen/arch/ia64/Makefile

index 7b6db2cd488b600f54815eebd777c3a04c4cfbfc..74ff78a8731bf41795ea033af06137125e69aae0 100644 (file)
@@ -29,7 +29,8 @@ $(TARGET): $(TARGET)-syms
 # Headers do not depend on auto-generated header, but object files do.
 $(ALL_OBJS): $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h
 
-asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp
+asm-offsets.s: asm-offsets.c $(HDRS) \
+    $(BASEDIR)/include/asm-ia64/.offsets.h.stamp 
        $(CC) $(CFLAGS) -DGENERATE_ASM_OFFSETS -DIA64_TASK_SIZE=0 -S -o $@ $<
 
 asm-xsi-offsets.s: asm-xsi-offsets.c $(HDRS)