comparison Makefile.in @ 3278:6376735acde8

* Makefile.in: Use Makefile comments, not C comments.
author Jim Blandy <jimb@redhat.com>
date Sat, 29 May 1993 21:11:09 +0000
parents be4f258fb329
children 2807618b3f72
comparison
equal deleted inserted replaced
3277:564f748751ea 3278:6376735acde8
369 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ 369 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
370 ${bindir} ${datadir} ${libdir} \ 370 ${bindir} ${datadir} ${libdir} \
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.
376 FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.mkdir: 376 FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.mkdir:
377 377
378 378
379 # ==================== Cleaning up and miscellanea ==================== 379 # ==================== Cleaning up and miscellanea ====================
380 380