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 | 04d9326a1294ff45f7d635c663e99354b7090c83 (patch) | |
tree | c45737dd61863704bc9655c014a471368932eb18 /Makefile.in | |
parent | e11d186d507f23cac20254ccc6014ef581af9990 (diff) | |
download | emacs-04d9326a1294ff45f7d635c663e99354b7090c83.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: |