@set RCSID $Id$
@set EDITION 0.47 DRAFT
@set VERSION 3.72 Beta
-@set UPDATED 16 October 1994
+@set UPDATED 24 October 1994
@set UPDATE-MONTH October 1994
@set ISBN 1-882114-50-7
@group
%.d: %.c
$(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< \
- | sed '\''s/$*.o/& $@@/g'\'' > $@@'
+ | sed '\''s/$*\\.o[ :]*/& $@@/g'\'' > $@@'
@end group
@end example
status from the compiler.
@cindex @code{-e} (shell flag)
+@cindex @code{-MM} (to GNU compiler)
+With the GNU C compiler, you may wish to use the @samp{-MM} flag instead
+of @samp{-M}. This omits dependencies on system header files.
+@xref{Preprocessor Options, , Options Controlling the Preprocessor,
+gcc.info, Using GNU CC}, for details.
+
@cindex @code{sed} (shell command)
The purpose of the @code{sed} command is to translate (for example):