Commit 214feb514bb66f652c09f425b67828898110b6c0
1 parent
502a5395
Add dependency on config.h and config-host.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1917 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
Makefile.target
| @@ -489,6 +489,8 @@ sh7750_regnames.o: sh7750_regnames.c sh7750_regnames.h sh7750_regs.h | @@ -489,6 +489,8 @@ sh7750_regnames.o: sh7750_regnames.c sh7750_regnames.h sh7750_regs.h | ||
| 489 | tc58128.o: tc58128.c | 489 | tc58128.o: tc58128.c |
| 490 | endif | 490 | endif |
| 491 | 491 | ||
| 492 | +$(OBJS) $(LIBOBJS) $(VL_OBJS): config.h ../config-host.h | ||
| 493 | + | ||
| 492 | %.o: %.c | 494 | %.o: %.c |
| 493 | $(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< | 495 | $(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< |
| 494 | 496 |