summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-16 23:07:26 -0700
committerGlenn Morris <rgm@gnu.org>2012-05-16 23:07:26 -0700
commit40c117e7adf2bc35afef024d476e657a30ea35dd (patch)
tree8e1304e1ddcda4563cd131204a37785e39958ef1 /Makefile.in
parentb42c720d56003e200d059f90f0b5bc1dc79c2318 (diff)
downloademacs-40c117e7adf2bc35afef024d476e657a30ea35dd.tar.gz
Minor optimization for install of self-contained NS info files
* configure.in (etcdir): For a self-contained ns build, set it to the appropriate values. * Makefile.in (install-arch-dep): No need to move info/ any more.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 53e73370b74..2f1a2345552 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -479,7 +479,6 @@ install-arch-dep: mkdir
rm -fr `basename "$$dir"`; mv "$$dir" . ; \
done ; \
fi ; \
- if test -d share/info ; then rm -fr info; mv share/info . ; fi ; \
rm -fr share ) ; \
fi