summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile
diff options
context:
space:
mode:
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 e44ffd9..02c610e 100644
--- a/xdelta3/Makefile
+++ b/xdelta3/Makefile
@@ -170,7 +170,7 @@ xdelta3-32: $(SOURCES)
170xdelta3-debug2: $(SOURCES) 170xdelta3-debug2: $(SOURCES)
171 $(CC) -g $(CFLAGS) \ 171 $(CC) -g $(CFLAGS) \
172 xdelta3.c -o xdelta3-debug2 \ 172 xdelta3.c -o xdelta3-debug2 \
173 -DXD3_DEBUG=3 \ 173 -DXD3_DEBUG=2 \
174 -DXD3_MAIN=1 \ 174 -DXD3_MAIN=1 \
175 -DXD3_POSIX=1 \ 175 -DXD3_POSIX=1 \
176 -DXD3_USE_LARGEFILE64=1 \ 176 -DXD3_USE_LARGEFILE64=1 \