summaryrefslogtreecommitdiffstats
path: root/mininewt
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-16 06:41:48 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-16 06:41:48 +0000
commit43329d11faec5eacf6bf573052ac96be30268843 (patch)
tree764f5597acdcff08253833dc6363013365bdb2e9 /mininewt
parentaf3e62eec30e46a3733dcf7f5cfa964eedccba28 (diff)
downloadanaconda-43329d11faec5eacf6bf573052ac96be30268843.tar.gz
anaconda-43329d11faec5eacf6bf573052ac96be30268843.tar.xz
anaconda-43329d11faec5eacf6bf573052ac96be30268843.zip
fix the makefile
Diffstat (limited to 'mininewt')
-rw-r--r--mininewt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mininewt/Makefile b/mininewt/Makefile
index 20dc47952..fb5ba18dc 100644
--- a/mininewt/Makefile
+++ b/mininewt/Makefile
@@ -87,7 +87,7 @@ newt.lo: newt.c Makefile
install: $(LIBNEWT) $(LIBNEWTSH) _snackmodule.so
install -s -m 755 $(LIBNEWTSH) $(DESTDIR)/$(RUNTIMEDIR)/$(LIBNEWTSONAME)
for ver in $(PYTHONVERS) ; do \
- install -s -m 755 $$ver/_snackmodule.so $(DESTDIR)/$(RUNTIMEDIR)
+ install -s -m 755 $$ver/_snackmodule.so $(DESTDIR)/$(RUNTIMEDIR) ; \
done
ifeq (.depend,$(wildcard .depend))