comparison 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
comparison
equal deleted inserted replaced
637:639afe138172 638:40b255f55df3
120 removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' 120 removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/'
121 121
122 src/paths.h: Makefile src/paths.h.in 122 src/paths.h: Makefile src/paths.h.in
123 lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ 123 lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
124 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ 124 buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
125 /bin/sed < src/paths.h.in > src/paths.h \ 125 /bin/sed < src/paths.h.in > src/paths.h.tmp \
126 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ 126 -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \
127 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ 127 -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \
128 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \ 128 -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \
129 -e 's;\(#.*PATH_DATA\).*$$;\1 "${datadir}";' \ 129 -e 's;\(#.*PATH_DATA\).*$$;\1 "${datadir}";' \
130 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";' 130 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";'
131 ./move-if-change src/paths.h.tmp src/paths.h
131 132
132 src: lib-src 133 src: lib-src
133 134
134 .RECURSIVE: ${SUBDIR} 135 .RECURSIVE: ${SUBDIR}
135 136