diff options
Diffstat (limited to 'xdelta3/Makefile')
-rwxr-xr-x | xdelta3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index a23ce28..dcbbace 100755 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -62,7 +62,7 @@ xdelta3: $(SOURCES) | |||
62 | 62 | ||
63 | xdelta3-debug: $(SOURCES) | 63 | xdelta3-debug: $(SOURCES) |
64 | $(CC) -g -Wall -Wshadow xdelta3.c -o xdelta3-debug -DXD3_MAIN=1 -DGENERIC_ENCODE_TABLES=1 \ | 64 | $(CC) -g -Wall -Wshadow xdelta3.c -o xdelta3-debug -DXD3_MAIN=1 -DGENERIC_ENCODE_TABLES=1 \ |
65 | -DXD3_USE_LARGEFILE64=1 -DXD3_STDIO=1 -DREGRESSION_TEST=1 -DXD3_DEBUG=2 -DSECONDARY_DJW=1 -lm | 65 | -DXD3_USE_LARGEFILE64=1 -DXD3_STDIO=1 -DREGRESSION_TEST=1 -DXD3_DEBUG=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -lm |
66 | 66 | ||
67 | $(PYTGT): $(SOURCES) | 67 | $(PYTGT): $(SOURCES) |
68 | $(PYTHON) setup.py install --verbose --compile --force | 68 | $(PYTHON) setup.py install --verbose --compile --force |