From 214feb514bb66f652c09f425b67828898110b6c0 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 13 May 2006 16:30:17 +0000 Subject: [PATCH] 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 --- Makefile.target | 2 ++ 1 file changed, 2 insertions(+) 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 $@ $< -- 2.11.4.GIT