From: Andre Date: Wed, 19 Apr 2006 01:38:29 +0000 (+0200) Subject: Makefile.in: kill unused target para_compress X-Git-Tag: v0.2.12~62 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a2471d723be9e23a50e937c3a6e71af16dcaaaa4 Makefile.in: kill unused target para_compress para_compress went away in paraslash-0.2.8.. --- 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