aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rwxr-xr-xconfigure2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a94d04e..b786ed0 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
# Include configurations from `./configure`.
-include config.mk
+include .config.mk
@@ -161,5 +161,5 @@ clean:
.PHONY: distclean
distclean: clean
- -rm -f config.mk src/libgamma-config.h
+ -rm -f .config.mk src/libgamma-config.h
diff --git a/configure b/configure
index 7221a93..dcb613d 100755
--- a/configure
+++ b/configure
@@ -78,7 +78,7 @@ for arg in "$@"; do
done
-exec 3> "$(dirname "$0")/config.mk"
+exec 3> "$(dirname "$0")/.config.mk"
exec 4> "$(dirname "$0")/src/libgamma-config.h"
echo 'DEFINITIONS =' >&3