git » fp-git.git » commit bf7dcdc

bugfix: compress -o was twice

author ecalot
2005-12-16 19:41:38 UTC
committer ecalot
2005-12-16 19:41:38 UTC
parent 1bc543edad27eb62010e53df073665e77f18fdd3

bugfix: compress -o was twice

PR/src/Makefile +1 -1

diff --git a/PR/src/Makefile b/PR/src/Makefile
index eb57725..064e1a2 100644
--- a/PR/src/Makefile
+++ b/PR/src/Makefile
@@ -155,7 +155,7 @@ $(XMLFILE): xml/resources.xml
 
 .compress.o: lib/compression/main.c include/compress.h include/disk.h include/memory.h
 	$(INFO) Compiling main compression library...
-	$(CC) $(OPTIONS) -c lib/compression/main.c -o .compress.o -o $@
+	$(CC) $(OPTIONS) -c lib/compression/main.c -o $@
 
 .lzg_compress.o: lib/compression/lzg_compress.c include/compress.h
 	$(INFO) Compiling LZG compression module...