projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
850791c
)
Makefile.in: kill unused target para_compress
author
Andre
<maan@p133.(none)>
Wed, 19 Apr 2006 01:38:29 +0000
(
03:38
+0200)
committer
Andre
<maan@p133.(none)>
Wed, 19 Apr 2006 01:38:29 +0000
(
03:38
+0200)
para_compress went away in paraslash-0.2.8..
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
7b283d9
..
a6d55d4
100644
(file)
--- 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