diff options
Diffstat (limited to 'package/python/python.mk')
-rw-r--r-- | package/python/python.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/python.mk b/package/python/python.mk index 3318c3b07..a0eff5c0c 100644 --- a/package/python/python.mk +++ b/package/python/python.mk @@ -55,7 +55,7 @@ $(PYTHON_DIR)/.configured: $(PYTHON_DIR)/.hostpython --with-cxx=no \ $(DISABLE_IPV6) \ $(DISABLE_NLS) \ - ); + ) touch $@ $(PYTHON_DIR)/$(PYTHON_BINARY): $(PYTHON_DIR)/.configured |