changeset 7134:75ff2ec3b086

arrg 100l in the 10l
author rfelker
date Thu, 29 Aug 2002 02:20:00 +0000
parents 3d76ec50480c
children 2c34499ef4af
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Aug 29 02:11:33 2002 +0000
+++ b/Makefile	Thu Aug 29 02:20:00 2002 +0000
@@ -312,7 +312,7 @@
 # include dependencies to get make to recurse into lib dirs,
 # if the user desires such behavior
 #
-ifneq ($(wildcard .libdeps))
+ifneq ($(wildcard .libdeps),)
 include .libdeps
 endif