summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-04 21:26:28 +0000
committerMatt Wilson <msw@redhat.com>2000-03-04 21:26:28 +0000
commitcdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba (patch)
tree57184875bf1e4bff80c1b32e7136f6ceac20f1e1 /Makefile
parentb7a943d3c23e8c020a406cefd2793e86d9aca76b (diff)
downloadanaconda-cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba.tar.gz
anaconda-cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba.tar.xz
anaconda-cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba.zip
Makefile typo
Diffstat (limited to 'Makefile')
-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