diff options
| author | Glenn Morris | 2010-05-05 22:50:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-05 22:50:26 -0700 |
| commit | a48bc865a084bc635e615c201c96be9ab540d145 (patch) | |
| tree | c2daccbb42894a8c50bead3eceab3fdd0df0d097 /src | |
| parent | 0c99c5973257dcdc4717b08e172a0b00a0d0c080 (diff) | |
| download | emacs-a48bc865a084bc635e615c201c96be9ab540d145.tar.gz emacs-a48bc865a084bc635e615c201c96be9ab540d145.zip | |
src/Makefile.in: Convert comment in cpp section to the right format.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 60b6278f4b1..76a6f777538 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -802,14 +802,14 @@ doc.o: buildobj.h | |||
| 802 | 802 | ||
| 803 | #ifndef AUTO_DEPEND | 803 | #ifndef AUTO_DEPEND |
| 804 | 804 | ||
| 805 | ## FIXME some of these dependencies are platform-specific. | 805 | /* FIXME some of these dependencies are platform-specific. |
| 806 | ## Eg callproc.c only depends on w32.h for WINDOWSNT builds. | 806 | Eg callproc.c only depends on w32.h for WINDOWSNT builds. |
| 807 | ## One way to fix this would be to replace w32.h (etc) by $(W32_H), | 807 | One way to fix this would be to replace w32.h (etc) by $(W32_H), |
| 808 | ## a variable set by configure. Doesn't seem worth the trouble. | 808 | a variable set by configure. Does not seem worth the trouble. |
| 809 | 809 | ||
| 810 | ## nsgui.h: In fact, every .o file depends directly or indirectly on | 810 | nsgui.h: In fact, every .o file depends directly or indirectly on |
| 811 | ## dispextern.h and hence nsgui.h under NS. But the ones that actually | 811 | dispextern.h and hence nsgui.h under NS. But the ones that actually |
| 812 | ## use stuff there are more limited. | 812 | use stuff there are more limited. */ |
| 813 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ | 813 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ |
| 814 | $(config_h) | 814 | $(config_h) |
| 815 | bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h $(config_h) | 815 | bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h $(config_h) |