summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-11-15 21:08:13 +0000
committerRoland McGrath <roland@gnu.org>2001-11-15 21:08:13 +0000
commit4a23c6160b4aee7c7c04da3eb5e24e4042f77686 (patch)
treedea50cd4ca45ee3bb14ab9aa938bdb56706d03af /Makeconf
parenta413f46ffb6338c0d84235bf69be53a0aa4f58dc (diff)
2001-11-15 Roland McGrath <roland@frob.com>
* Makeconf: Typo fix in last change.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 9d299511..94e064bd 100644
--- a/Makeconf
+++ b/Makeconf
@@ -63,7 +63,7 @@ CFLAGS += -Wall -g -O3
# Include the configure-generated file of parameters.
# This sets up variables for build tools and installation directories.
-ifneq (,$(wildard $(..)config.make))
+ifneq (,$(wildcard $(..)config.make))
include $(..)config.make
# Set a flag for the makefiles to indicated config.make was included.
configured = yes