From 1517eeb80248422ea2d30ecf4e18d7f79c858209 Mon Sep 17 00:00:00 2001 From: MastaTabs Date: Sun, 24 Jul 2011 09:58:50 +0000 Subject: [PATCH] call genstrings.py with the $(PYTHON) variable set by configure git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40304 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/dos/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rom/dos/mmakefile.src b/rom/dos/mmakefile.src index dd54c10480..85591081d1 100644 --- a/rom/dos/mmakefile.src +++ b/rom/dos/mmakefile.src @@ -63,7 +63,7 @@ $(GENDIR)/$(CURDIR)/errorlist.d : $(GENDIR)/$(CURDIR)/errorlist.h $(GENDIR)/$(CURDIR)/errorlist.h : $(SRCDIR)/$(CURDIR)/catalogs/dos.cd $(SRCDIR)/$(CURDIR)/genstrings.py @$(ECHO) Generating $@... - @$(SRCDIR)/$(CURDIR)/genstrings.py $< > $@ + @$(PYTHON) $(SRCDIR)/$(CURDIR)/genstrings.py $< > $@ %build_linklib mmake=linklibs-loadseg libname=loadseg files="$(LOADSEG_FILES)" libdir=$(GENDIR)/lib -- 2.11.4.GIT