diff Makefile.in @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 1f0dabaa0855
children 12579d965149
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 13 10:07:42 2007 +0200
+++ b/Makefile.in	Mon Aug 13 10:08:34 2007 +0200
@@ -229,7 +229,7 @@
 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
 COPYDESTS = ${etcdir} ${lispdir}
 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/puresize-adjust.h src/config.h lwlib/config.h
-GENERATED_LISP = lisp/utils/finder-inf.el
+GENERATED_LISP = lisp/finder-inf.el
 
 all:	${GENERATED_HEADERS} ${MAKE_SUBDIR} ${GENERATED_LISP}
 
@@ -270,14 +270,14 @@
 
 finder: src
 	@echo "Building finder database"
-	@(cd lisp/utils; \
+	@(cd lisp; \
 		${blddir}/src/xemacs -batch -q -no-site-file \
 		-eval '(setq finder-compile-keywords-quiet t)' \
 		-l finder -f finder-compile-keywords )
 
-lisp/utils/finder-inf.el:
+lisp/finder-inf.el:
 	@echo "Building finder database"
-	@(cd lisp/utils; \
+	@(cd lisp; \
 		${blddir}/src/xemacs -batch -q -no-site-file \
 		-eval '(setq finder-compile-keywords-quiet t)' \
 		-l finder -f finder-compile-keywords )
@@ -344,7 +344,7 @@
 lwlib:	FRC.lwlib
 dynodump: FRC.dynodump
 FRC.src FRC.lib-src FRC.lwlib FRC.dynodump pkg-src/FRC.tree-x:
-FRC.lisp.utils.finder-inf.el:
+FRC.lisp.finder-inf.el:
 
 .RECURSIVE: ${SUBDIR}
 
@@ -560,7 +560,7 @@
 	  $(RM) $$d/Makefile $$d/Makefile.in ; \
 	done ; \
 	$(RM) core .sbinit Makefile lock/*; \
-	$(RM) lisp/utils/finder-inf.el*
+	$(RM) lisp/finder-inf.el*
 
 distclean: FRC.distclean
 	for d in $(SUBDIR); do (cd $$d && $(RECURSIVE_MAKE) $@); done