Fix last change (use C syntax for comments).
This commit is contained in:
parent
7461cbeb21
commit
c5c927519c
1 changed files with 2 additions and 2 deletions
|
@ -263,8 +263,8 @@ BASE_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue