aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-08-07 18:44:32 +0000
committerRichard M. Stallman <[email protected]>1997-08-07 18:44:32 +0000
commit3f16db2909d1e56c932a0c8efd3c2698fa98ff6f (patch)
tree1042733d0c12acfaf02403893fb001d3f01d9915
parentdd3427fa1fcb760daa2532a9ce29168b219e3543 (diff)
Fix previous change.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1c4122b466..9c90804401 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -211,7 +211,7 @@ paths-force: FRC
-e 's;\(#.*PATH_INFO\).*$$;\1 "${infodir}";' \
-e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
-e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
- -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
+ -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
${srcdir}/move-if-change paths.h.$$$$ src/paths.h
src: lib-src FRC