summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-07-26 02:33:35 +0000
committerRoland McGrath <roland@redhat.com>1996-07-26 02:33:35 +0000
commit1f0bf7b4dbf54db33311f6db58a2a2e420619b6a (patch)
tree9a65c01ab5ad7f7284dda7b11f3e80b2fdd7bc38 /GNUmakefile
parentb18ce151302dbf29f1f6e5025a23fa612e6790aa (diff)
downloadgunmake-1f0bf7b4dbf54db33311f6db58a2a2e420619b6a.tar.gz
Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* GNUmakefile (mkdep-nolib): Use -MM option unconditionally.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b0a2471..dc34409 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)))