Mercurial > emacs
diff lib-src/Makefile.in @ 49355:d366046ef164
Fix last change (use C syntax for comments).
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Tue, 21 Jan 2003 02:26:04 +0000 |
| parents | 5244fe6986a7 |
| children | 99be3a1e2589 |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon Jan 20 22:03:50 2003 +0000 +++ b/lib-src/Makefile.in Tue Jan 21 02:26:04 2003 +0000 @@ -263,8 +263,8 @@ all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} -# These targets copy the scripts into the build directory -# so that they can be run from there in an uninstalled Emacs. +/* These targets copy the scripts into the build directory +so that they can be run from there in an uninstalled Emacs. */ rcs2log: $(srcdir)/rcs2log cp -p $(srcdir)/rcs2log rcs2log
