summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-07-24 00:45:17 +0000
committerErik Troan <ewt@redhat.com>1999-07-24 00:45:17 +0000
commitf235058d3c672a7814b29b4f40ff3f4cb1e3c7a6 (patch)
tree43a8966e3a27c01a897759666c3790b30a38fcfe /Makefile
parent6e17da2e06f9ab82d477f5c53f47a916d360c0b8 (diff)
downloadanaconda-f235058d3c672a7814b29b4f40ff3f4cb1e3c7a6.tar.gz
anaconda-f235058d3c672a7814b29b4f40ff3f4cb1e3c7a6.tar.xz
anaconda-f235058d3c672a7814b29b4f40ff3f4cb1e3c7a6.zip
missed commits
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6f9cb4a3..286dcc4b5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,5 @@ subdirs:
install: all
mkdir -p $(DESTDIR)
- cp -a anaconda comps.py gui.py image.py text.py todo.py \
- syslog.py $(DESTDIR)
+ cp -a anaconda *.py $(DESTDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done