diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-19 22:42:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-19 22:42:01 +0100 |
commit | 5e6ef80ebb5d2df8118a38983ca9ae38e30683b5 (patch) | |
tree | ed15d40f36242a8049eb840c3bb529a0d8106898 /Makefile | |
parent | typo (diff) | |
download | solar-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |