summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-16 06:28:01 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-16 06:28:01 +0000
commitaf3e62eec30e46a3733dcf7f5cfa964eedccba28 (patch)
tree97184dd2dc6d7735f553ad3b0afe90673b785311
parentcfd8eb25bdadc0b6f82d156b2558780be637905f (diff)
downloadanaconda-af3e62eec30e46a3733dcf7f5cfa964eedccba28.tar.gz
anaconda-af3e62eec30e46a3733dcf7f5cfa964eedccba28.tar.xz
anaconda-af3e62eec30e46a3733dcf7f5cfa964eedccba28.zip
don't really need to install the static lib, which is good because LIBNEWT doesn't expand right :)
-rw-r--r--mininewt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mininewt/Makefile b/mininewt/Makefile
index fa0c1eafe..20dc47952 100644
--- a/mininewt/Makefile
+++ b/mininewt/Makefile
@@ -85,7 +85,6 @@ newt.lo: newt.c Makefile
install: $(LIBNEWT) $(LIBNEWTSH) _snackmodule.so
- install -m 644 $(LIBNEWT) $(DESTDIR)/$(RUNTIMEDIR)
install -s -m 755 $(LIBNEWTSH) $(DESTDIR)/$(RUNTIMEDIR)/$(LIBNEWTSONAME)
for ver in $(PYTHONVERS) ; do \
install -s -m 755 $$ver/_snackmodule.so $(DESTDIR)/$(RUNTIMEDIR)