diff Makefile.in @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents ca9a9ec9c1c1
children 90d73dddcdc4
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 13 10:29:43 2007 +0200
+++ b/Makefile.in	Mon Aug 13 10:30:37 2007 +0200
@@ -181,7 +181,7 @@
 ## ==================== Utility Programs for the Build ====================
 
 ## Allow the user to specify the install program.
-INSTALL = @INSTALL@
+INSTALL = @install_pp@ @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
@@ -330,7 +330,7 @@
 src/config.h: ${srcdir}/src/config.h.in
 	./config.status && touch $@
 
-src/paths.h: ${srcdir}/src/paths.h.in.in
+src/paths.h: ${srcdir}/src/paths.h.in
 	./config.status && touch $@
 
 lwlib/config.h: ${srcdir}/lwlib/config.h.in
@@ -526,7 +526,7 @@
 	done ; \
 	$(RM) core .sbinit Makefile lock/*; \
 	$(RM) lisp/finder-inf.el* Installation.el Installation.elc; \
-	$(RM) packages mule-packages
+	$(RM) packages mule-packages site-lisp
 
 distclean: FRC.distclean
 	for d in $(SUBDIR); do (cd $$d && $(RECURSIVE_MAKE) $@); done