summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2004-09-09 04:41:06 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2004-09-09 04:41:06 +0000
commit6821f8aa7a8376c81c32178c44eee1ceffc69267 (patch)
treef1ca1a8e3b0669202ba2ad472dd92c3ef5661198 /tools
parent2ae10af1e8132fe4e750e83f0be67e85f596575f (diff)
downloaddrakx-backup-do-not-use-6821f8aa7a8376c81c32178c44eee1ceffc69267.tar
drakx-backup-do-not-use-6821f8aa7a8376c81c32178c44eee1ceffc69267.tar.gz
drakx-backup-do-not-use-6821f8aa7a8376c81c32178c44eee1ceffc69267.tar.bz2
drakx-backup-do-not-use-6821f8aa7a8376c81c32178c44eee1ceffc69267.tar.xz
drakx-backup-do-not-use-6821f8aa7a8376c81c32178c44eee1ceffc69267.zip
Remake x86emu & int10 subdirs if sources have changed
Diffstat (limited to 'tools')
-rw-r--r--tools/ddcprobe/Makefile4
1 files 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