diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-26 02:33:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-26 02:33:35 +0000 |
commit | 1f0bf7b4dbf54db33311f6db58a2a2e420619b6a (patch) | |
tree | 9a65c01ab5ad7f7284dda7b11f3e80b2fdd7bc38 | |
parent | b18ce151302dbf29f1f6e5025a23fa612e6790aa (diff) | |
download | gunmake-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.
-rw-r--r-- | GNUmakefile | 5 |
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))) |