summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-12-17 03:29:20 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-12-17 03:29:20 +0000
commit7e94b75cd4c567ca855514caa126632486a0f054 (patch)
tree940c366b2e030cb20164abd3397ebf5bf27bf209 /xdelta3/Makefile
parentdf99698aa15f6b0b5a83c860b2a36cb69bad6c6c (diff)
Patches for Makefile.mingw and xdelta3.h comments, work on "merge"
command. Fix for new return value in stream_overflow.
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r--xdelta3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile
index ad4173d..a028924 100644
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -138,7 +138,7 @@ xdelta3-debug: $(SOURCES)
138 -DXD3_USE_LARGEFILE64=1 138 -DXD3_USE_LARGEFILE64=1
139 139
140xdelta3-32: $(SOURCES) 140xdelta3-32: $(SOURCES)
141 $(CC) -O3 $(CFLAGS) xdelta3.c -lm -o xdelta3-32 \ 141 $(CC) -g $(CFLAGS) xdelta3.c -lm -o xdelta3-32 \
142 -DXD3_DEBUG=1 \ 142 -DXD3_DEBUG=1 \
143 -DXD3_USE_LARGEFILE64=0 \ 143 -DXD3_USE_LARGEFILE64=0 \
144 -DREGRESSION_TEST=1 \ 144 -DREGRESSION_TEST=1 \