summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-06 19:12:44 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-06 19:12:44 +0000
commit4dcbddd8182302334e77acaad5829447a0eaf172 (patch)
tree695f8491f3d1c96ec1553befbd4f94ef9c5e4e4a /Makefile
parent293cc0fcf0f33b5d70635acf7379088a23e19d65 (diff)
downloadhalibut-4dcbddd8182302334e77acaad5829447a0eaf172.zip
halibut-4dcbddd8182302334e77acaad5829447a0eaf172.tar.gz
halibut-4dcbddd8182302334e77acaad5829447a0eaf172.tar.bz2
halibut-4dcbddd8182302334e77acaad5829447a0eaf172.tar.xz
Update deflate.c to include nearly all the changes I've been making
in the main version. The one missing thing is the fancy new LZ77 compressor in misc/libcode/lz77.c, in whose stability I'm not yet confident enough to consider it ready for prime-time. [originally from svn r6967]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a193620..5467083 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,6 @@ else
# The `real' makefile part.
CFLAGS += -Wall -W -ansi -pedantic
-LIBS += -lm
ifdef TEST
CFLAGS += -DLOGALLOC