From: Roland McGrath Date: Fri, 26 Jul 1996 02:33:35 +0000 (+0000) Subject: Thu Jul 25 19:53:31 1996 Roland McGrath X-Git-Tag: 3.74.7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0bf7b4dbf54db33311f6db58a2a2e420619b6a;p=thirdparty%2Fmake.git Thu Jul 25 19:53:31 1996 Roland McGrath * GNUmakefile (mkdep-nolib): Use -MM option unconditionally. --- diff --git a/GNUmakefile b/GNUmakefile index b0a24714..dc344097 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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)))