diff Makefile.in @ 638:40b255f55df3

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 10 May 1992 18:15:10 +0000
parents 2bb7f23b7ea5
children 2aacd42951ef
line wrap: on
line diff
--- a/Makefile.in	Sun May 10 18:13:22 1992 +0000
+++ b/Makefile.in	Sun May 10 18:15:10 1992 +0000
@@ -122,12 +122,13 @@
 src/paths.h: Makefile src/paths.h.in
 	lisppath=`echo ${lisppath} | ${removenullpaths}` ;		\
 	buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ;	\
-	/bin/sed < src/paths.h.in > src/paths.h				\
+	/bin/sed < src/paths.h.in > src/paths.h.tmp			\
 	-e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";'		\
 	-e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";'	\
 	-e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";'			\
 	-e 's;\(#.*PATH_DATA\).*$$;\1 "${datadir}";'			\
 	-e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";'
+	./move-if-change src/paths.h.tmp src/paths.h
 
 src:	lib-src