summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
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