diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-29 21:11:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-29 21:11:09 +0000 |
commit | eea5fd6335f57c64cbe8e5f7feee84e00fd774d4 (patch) | |
tree | 8f47bbac46b303d57126d59dd835c8c2b5452005 /Makefile.in | |
parent | ff7592a805976afad7aa7448e3fe5b25c4b276ac (diff) | |
download | emacs-eea5fd6335f57c64cbe8e5f7feee84e00fd774d4.tar.gz |
* Makefile.in: Use Makefile comments, not C comments.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 3d389f2e01f..4639eacc54f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -371,8 +371,8 @@ mkdir: FRC.mkdir `echo ${locallisppath} | sed 's/:/ /'` chmod 777 ${COPYDESTS} ${lockdir} -/* Some makes seem to remember that they've built something called FRC, - so you can only use a given FRC once per makefile. */ +### Some makes seem to remember that they've built something called FRC, +### so you can only use a given FRC once per makefile. FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.mkdir: |