]> granicus.if.org Git - nethack/commitdiff
Fix make tileutils failure
authorPasi Kallinen <paxed@alt.org>
Wed, 23 Jan 2019 16:17:48 +0000 (18:17 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 23 Jan 2019 16:17:52 +0000 (18:17 +0200)
OALLOC was used twice

sys/unix/Makefile.utl

index 33316ed56ec5a110460b15b905b611a9eb60f2b2..78e9d725f55483b3a09095e14ae1687cd0d4c2ce 100644 (file)
@@ -362,8 +362,8 @@ dlb_main.o: dlb_main.c $(CONFIG_H) ../include/dlb.h ../include/date.h
 #      dependencies for tile utilities
 #
 TEXT_IO = tiletext.o tiletxt.o $(OALLOC) $(ONAMING)
-GIFREADERS = gifread.o $(OALLOC)
-PPMWRITERS = ppmwrite.o $(OALLOC)
+GIFREADERS = gifread.o
+PPMWRITERS = ppmwrite.o
 
 tileutils: tilemap gif2txt txt2ppm tile2x11