Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@redhat.com>
Fri, 26 Jul 1996 02:33:35 +0000 (02:33 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 26 Jul 1996 02:33:35 +0000 (02:33 +0000)
* GNUmakefile (mkdep-nolib): Use -MM option unconditionally.

GNUmakefile

index b0a2471..dc34409 100644 (file)
@@ -133,12 +133,7 @@ endif
 LDFLAGS = -g
 
 # Define the command to make dependencies.
-ifneq  "$(findstring gcc,$(CC))" ""
-# Don't include system directories.
 mkdep-nolib = $(CC) -MM $(CPPFLAGS)
-else
-mkdep-nolib = $(mkdep)
-endif
 mkdep = $(CC) -M $(CPPFLAGS)
 
 depfiles = $(patsubst %.o,%.dep,$(filter %.o,$(objs)))