summaryrefslogtreecommitdiff
path: root/vpath.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-09 17:35:03 +0000
committerRoland McGrath <roland@redhat.com>1992-10-09 17:35:03 +0000
commit9603279fb8795074596b45b28708a8077ef6befb (patch)
treee579520853a2a2d6ba21f1e8e5b65c93d0aa46d4 /vpath.c
parente567c8d914358380003ab619942c1461151240c1 (diff)
downloadgunmake-9603279fb8795074596b45b28708a8077ef6befb.tar.gz
Formerly vpath.c.~2~
Diffstat (limited to 'vpath.c')
-rw-r--r--vpath.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/vpath.c b/vpath.c
index edd0be3..40d92e3 100644
--- a/vpath.c
+++ b/vpath.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
@@ -345,11 +345,6 @@ selective_vpath_search (path, file)
Now NAME is the name of the directory to look in. */
*n = '\0';
- /* Make sure the directory exists and we know its contents. */
- if (name_dplen > 0 && !dir_file_exists_p (name, ""))
- /* It doesn't exist. */
- continue;
-
/* We know the directory is in the hash table now because either
construct_vpath_list or the code just above put it there.
Does the file we seek exist in it? */