diff src/Makefile.in @ 5921:28b3aa222dde

(${libsrc}make-docfile): Don't pass ../arch-lib as target to submake.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Feb 1994 02:10:41 +0000
parents 049d6b5848f6
children f0575c116207
line wrap: on
line diff
--- a/src/Makefile.in	Sat Feb 12 01:28:45 1994 +0000
+++ b/src/Makefile.in	Sat Feb 12 02:10:41 1994 +0000
@@ -573,7 +573,7 @@
 	  ${lisp} ${lispdir}version.el > ${etc}DOC
 
 ${libsrc}make-docfile:
-	cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile ../arch-lib
+	cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile
 
 /* Some systems define this to cause parallel Make-ing.  */
 #ifndef MAKE_PARALLEL