diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-28 01:43:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-28 01:43:04 +0200 |
commit | 720d3528b4c1b753626ee66874f2bdb319f14abd (patch) | |
tree | 11350682ecbf67e22e8dc5ee96731a541d4091b6 | |
parent | begin on texinfo manual (diff) | |
download | libgamma-720d3528b4c1b753626ee66874f2bdb319f14abd.tar.gz libgamma-720d3528b4c1b753626ee66874f2bdb319f14abd.tar.bz2 libgamma-720d3528b4c1b753626ee66874f2bdb319f14abd.tar.xz |
hide config.mk
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 4 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |