From 5e6ef80ebb5d2df8118a38983ca9ae38e30683b5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Feb 2021 22:42:01 +0100 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 072ef25..97130bb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: info: solar-python.info solar-python.info: info/solar-python.texinfo info/fdl.texinfo - $(MAKEINFO) $< + $(MAKEINFO) info/solar-python.texinfo install: mkdir -p -- "$(DESTDIR)$(PREFIX)/lib/python$(PYTHON_MAJOR).$(PYTHON_MINOR)/site-packages" -- cgit v1.2.3-70-g09d2