summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a36c8c49e..f1421c0ac 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ install: all
install raidstop-stub $(DESTDIR)/$(PYTHONLIBDIR)
install $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
install lang-table $(DESTDIR)/$(PYTHONLIBDIR)
- ./py-compile --basedir $(DESTDIR)/$(PYHTONLIBDIR) $(PYFILES)
+ ./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
install *.so $(DESTDIR)/$(PYTHONLIBDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; done