diff options
author | Matt Wilson <msw@redhat.com> | 1999-06-24 19:05:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-06-24 19:05:25 +0000 |
commit | f4d38fb580f2ed13e11beaa01e5a7d095752272a (patch) | |
tree | ea898f10946583d506a768c5362fca96a7410328 | |
parent | a350bf6d97e880ee4e1d65785f379b4fe886299d (diff) | |
download | anaconda-f4d38fb580f2ed13e11beaa01e5a7d095752272a.tar.gz anaconda-f4d38fb580f2ed13e11beaa01e5a7d095752272a.tar.xz anaconda-f4d38fb580f2ed13e11beaa01e5a7d095752272a.zip |
missed todo.py in install rule
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,5 @@ subdirs: install: all mkdir -p $(DESTDIR) - cp -a anaconda comps.py gui.py image.py text.py $(DESTDIR) + cp -a anaconda comps.py gui.py image.py text.py todo.py $(DESTDIR) for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done |