summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cba0a164..e8f18a25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -210,7 +210,7 @@ ledger.so: $(ledger_so_SOURCES) $(ledger_so_DEPENDENCIES)
LDFLAGS="$(LDFLAGS) -L$$BUILD_DIR -L$$BUILD_DIR/.libs" \
ARCHFLAGS="$(ARCHFLAGS)" PYLIBS="$(PYLIBS)" \
python python/setup.py build --build-lib=$$BUILD_DIR/ \
- --build-temp=$$BUILD_DIR/build)
+ --build-temp=$$BUILD_DIR/build -f)
endif