summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 859d9873..7dbf5378 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,7 @@ distclean:
.PHONY: inx
inx: locales
mkdir -p inx
- if [ "$$BUILD" = "windows" ]; then \
- wine c:\\Python\\python.exe bin/generate-inx-files; \
- else \
- bin/generate-inx-files; \
- fi
+ python bin/generate-inx-files; \
.PHONY: messages.po
messages.po: