From 24dcd13a3b4c55da192b4008f5127dcb1b883832 Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 11 Mar 2001 04:08:20 +0000 Subject: [PATCH] Added dependency of Rules.make to wartool. --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 3ae1571c8..150a922ea 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -10,7 +10,7 @@ ## ## Makefile - Makefile for tools. (Level 2) ## -## (c) Copyright 1998,2000 by Lutz Sammer +## (c) Copyright 1998,2000,2001 by Lutz Sammer ## ## $Id$ ## @@ -58,7 +58,7 @@ extract$(EXE): extract.c aledoc$(EXE): aledoc.c $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS) -wartool$(EXE): wartool.c +wartool$(EXE): wartool.c $(TOPDIR)/Makefile $(TOPDIR)/Rules.make $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS) FILES= gfx2png.c tile2png.c extract.c \