diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-03 22:05:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-03 22:05:50 +0000 |
commit | b618d8cf0602f1298bda78f9308fe2d01958facf (patch) | |
tree | ed1170f3982374df6c53d49e56ae8c13e259f0de /Makefile | |
parent | c4998a7ee5847fb3a754694b21844f0f8d5a4e42 (diff) | |
download | anaconda-b618d8cf0602f1298bda78f9308fe2d01958facf.tar.gz anaconda-b618d8cf0602f1298bda78f9308fe2d01958facf.tar.xz anaconda-b618d8cf0602f1298bda78f9308fe2d01958facf.zip |
fix install target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,5 +13,7 @@ subdirs: install: all mkdir -p $(DESTDIR) + mkdir -p $(DESTDIR)/iw cp -a anaconda *.py $(DESTDIR) + cp -a iw/*.py $(DESTDIR)/iw for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done |