From a2471d723be9e23a50e937c3a6e71af16dcaaaa4 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 19 Apr 2006 03:38:29 +0200 Subject: [PATCH] Makefile.in: kill unused target para_compress para_compress went away in paraslash-0.2.8.. --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7b283d94..a6d55d41 100644 --- a/Makefile.in +++ b/Makefile.in @@ -198,9 +198,6 @@ para_sdl_gui: $(sdl_gui_objs) para_write: @write_objs@ $(CC) -o $@ @write_objs@ @write_ldflags@ -para_compress: $(compress_objs) - $(CC) -o $@ $(compress_objs) - para_krell.so: $(krell_objs) $(CC) -Wall -fPIC @GTK_CFLAGS@ krell.o -o $@ @GTK_LIBS@ -shared -- 2.39.5