diff options
author | Matt Wilson <msw@redhat.com> | 2000-03-04 21:26:28 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-03-04 21:26:28 +0000 |
commit | cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba (patch) | |
tree | 57184875bf1e4bff80c1b32e7136f6ceac20f1e1 /Makefile | |
parent | b7a943d3c23e8c020a406cefd2793e86d9aca76b (diff) | |
download | anaconda-cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba.tar.gz anaconda-cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba.tar.xz anaconda-cdc9ca2a1dd94b6568e4454e87a3c94c8a9acbba.zip |
Makefile typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |