aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-29 21:11:09 +0000
committerJim Blandy1993-05-29 21:11:09 +0000
commit04d9326a1294ff45f7d635c663e99354b7090c83 (patch)
treec45737dd61863704bc9655c014a471368932eb18
parente11d186d507f23cac20254ccc6014ef581af9990 (diff)
downloademacs-04d9326a1294ff45f7d635c663e99354b7090c83.tar.gz
emacs-04d9326a1294ff45f7d635c663e99354b7090c83.zip
* Makefile.in: Use Makefile comments, not C comments.
-rw-r--r--Makefile.in4
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
371 `echo ${locallisppath} | sed 's/:/ /'` 371 `echo ${locallisppath} | sed 's/:/ /'`
372 chmod 777 ${COPYDESTS} ${lockdir} 372 chmod 777 ${COPYDESTS} ${lockdir}
373 373
374/* Some makes seem to remember that they've built something called FRC, 374### Some makes seem to remember that they've built something called FRC,
375 so you can only use a given FRC once per makefile. */ 375### so you can only use a given FRC once per makefile.
376FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.mkdir: 376FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.mkdir:
377 377
378 378