aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-19 22:42:01 +0100
committerMattias Andrée <maandree@kth.se>2021-02-19 22:42:01 +0100
commit5e6ef80ebb5d2df8118a38983ca9ae38e30683b5 (patch)
treeed15d40f36242a8049eb840c3bb529a0d8106898
parenttypo (diff)
downloadsolar-python-5e6ef80ebb5d2df8118a38983ca9ae38e30683b5.tar.gz
solar-python-5e6ef80ebb5d2df8118a38983ca9ae38e30683b5.tar.bz2
solar-python-5e6ef80ebb5d2df8118a38983ca9ae38e30683b5.tar.xz
Fix makefile2.5.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"