diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-22 22:31:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-22 22:31:10 +0000 |
commit | fd5c585cab2c465e77ea33e5c9d348246926bbff (patch) | |
tree | c2da4139302de3ae3b3330e608424b93504f4958 | |
parent | 0aa6e8609ebe929372fc3bf4fb3f421071a5d554 (diff) | |
download | gunmake-fd5c585cab2c465e77ea33e5c9d348246926bbff.tar.gz |
Formerly implicit.c.~7~
-rw-r--r-- | implicit.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -528,8 +528,6 @@ pattern_search (file, archive, depth, recursions) file->deps = dep; } - uniquize_deps (file->deps); - if (!checked_lastslash[foundrule]) file->stem = stem[stemlen] == '\0' ? stem : savestring (stem, stemlen); else |