* m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined.
[bpt/emacs.git] / Makefile.in
index 25a1fee..5f0de13 100644 (file)
@@ -32,7 +32,9 @@
 #      Still more severe - delete backup and autosave files, too.
 
 SHELL = /bin/sh
-MAKE = make  # BSD doesn't have it as a default.
+
+# If Make doesn't predefine MAKE, set it here.
+@SET_MAKE@
 
 # ==================== Things `configure' Might Edit ====================
 
@@ -308,7 +310,7 @@ install-arch-indep: mkdir
           if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
             (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
           fi ; \
-          for f in cl* emacs* dired-x* forms* gnus* info* sc* vip* ; do \
+          for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
             (cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
           done); \
        else true; fi