From 656fe3689da08fbb40bd9125bba04c1032bd90f4 Mon Sep 17 00:00:00 2001 From: warwick Date: Thu, 11 Sep 2003 04:21:12 +0000 Subject: [PATCH] Rule for tile2cmp.o needed. --- sys/unix/Makefile.utl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl index 6b4534f1a..e2936a8be 100644 --- a/sys/unix/Makefile.utl +++ b/sys/unix/Makefile.utl @@ -335,6 +335,9 @@ gifread.o: ../win/share/gifread.c $(CONFIG_H) ../include/tile.h ppmwrite.o: ../win/share/ppmwrite.c $(CONFIG_H) ../include/tile.h $(CC) $(CFLAGS) -c ../win/share/ppmwrite.c +tile2bmp.o: ../win/share/tile2bmp.c $(HACK_H) ../include/tile.h + $(CC) $(CFLAGS) -c ../win/share/tile2bmp.c + tile2x11.o: ../win/X11/tile2x11.c $(HACK_H) ../include/tile.h \ ../include/tile2x11.h $(CC) $(CFLAGS) -c ../win/X11/tile2x11.c -- 2.40.0