# HG changeset patch # User Glenn Morris # Date 1273125026 25200 # Node ID 9ca2a7762d326417d14c6429bdf8f17c338a67b6 # Parent ddb9a8f686bdcaca9f8d1ee66db8905e22f4903b src/Makefile.in: Convert comment in cpp section to the right format. diff -r ddb9a8f686bd -r 9ca2a7762d32 src/Makefile.in --- a/src/Makefile.in Wed May 05 22:27:17 2010 -0700 +++ b/src/Makefile.in Wed May 05 22:50:26 2010 -0700 @@ -802,14 +802,14 @@ #ifndef AUTO_DEPEND -## FIXME some of these dependencies are platform-specific. -## Eg callproc.c only depends on w32.h for WINDOWSNT builds. -## One way to fix this would be to replace w32.h (etc) by $(W32_H), -## a variable set by configure. Doesn't seem worth the trouble. +/* FIXME some of these dependencies are platform-specific. +Eg callproc.c only depends on w32.h for WINDOWSNT builds. +One way to fix this would be to replace w32.h (etc) by $(W32_H), +a variable set by configure. Does not seem worth the trouble. -## nsgui.h: In fact, every .o file depends directly or indirectly on -## dispextern.h and hence nsgui.h under NS. But the ones that actually -## use stuff there are more limited. +nsgui.h: In fact, every .o file depends directly or indirectly on +dispextern.h and hence nsgui.h under NS. But the ones that actually +use stuff there are more limited. */ atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ $(config_h) bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h $(config_h)