diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-13 16:30:17 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-13 16:30:17 +0000 |
commit | 214feb514bb66f652c09f425b67828898110b6c0 (patch) | |
tree | 0b597626d57590a8309aaf9470a1f7c3fc044253 /Makefile.target | |
parent | 502a53952d574717bdb626b651b16cadacab46f4 (diff) |
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
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 1e8cc9ccf7..dd62f5ce6f 100644 --- a/Makefile.target +++ b/Makefile.target @@ -489,6 +489,8 @@ sh7750_regnames.o: sh7750_regnames.c sh7750_regnames.h sh7750_regs.h tc58128.o: tc58128.c endif +$(OBJS) $(LIBOBJS) $(VL_OBJS): config.h ../config-host.h + %.o: %.c $(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< |