From 6821f8aa7a8376c81c32178c44eee1ceffc69267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 9 Sep 2004 04:41:06 +0000 Subject: Remake x86emu & int10 subdirs if sources have changed --- tools/ddcprobe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile index 2026916f7..633d870d6 100644 --- a/tools/ddcprobe/Makefile +++ b/tools/ddcprobe/Makefile @@ -36,10 +36,10 @@ all: $(TARGETS) ddcxinfos: $(OBJS) $(LIBS) $(CC) -o $@ $(OBJS) $(CFLAGS) $(LDFLAGS) -libx86emu.a: +libx86emu.a: x86emu/*.c $(MAKE) -C x86emu -libint10.a: libx86emu.a +libint10.a: libx86emu.a int10/*.c $(MAKE) -C int10 %.o: %.c -- cgit v1.2.1