summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-28 16:33:41 +0000
committerErik Troan <ewt@redhat.com>2000-03-28 16:33:41 +0000
commit9731103262b425e572625cbd89216a41df9cb81c (patch)
tree30ef9713a72636bb840110d02c00f5c92a32a07e
parent45e52eac301e05ea7b94ef5a8ad621ccbbc6487d (diff)
downloadanaconda-9731103262b425e572625cbd89216a41df9cb81c.tar.gz
anaconda-9731103262b425e572625cbd89216a41df9cb81c.tar.xz
anaconda-9731103262b425e572625cbd89216a41df9cb81c.zip
use kudzu-devel now
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 31215d0e1..cd9ec1ce2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION = 7.0
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
-SUBDIRSHD = rpmmodule kudzu balkan isys libfdisk collage loader po \
+SUBDIRSHD = rpmmodule balkan isys libfdisk collage loader po \
minislang textw utils
BUILDONLYSUBDIRS = pump
SUBDIRS = $(SUBDIRSHD)
@@ -65,7 +65,6 @@ install:
cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
cp -a *.so $(DESTDIR)/$(PYTHONLIBDIR)
- cp -a kudzu/kudzumodule.so $(DESTDIR)/$(PYTHONLIBDIR)
for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; done
archive: create-archive