about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 138fe5b..77b9f60 100644 --- a/Makefile +++ b/Makefile
@@ -48,7 +48,7 @@ export CGIT_VERSION CGIT_SCRIPT_NAME CGIT_SCRIPT_PATH CGIT_DATA_PATH CGIT_CONFIG
48QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir 48QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
49QUIET_SUBDIR1 = 49QUIET_SUBDIR1 =
50 50
51ifneq ($(findstring $(MAKEFLAGS),w),w) 51ifneq ($(findstring w,$(MAKEFLAGS)),w)
52PRINT_DIR = --no-print-directory 52PRINT_DIR = --no-print-directory
53else # "make -w" 53else # "make -w"
54NO_SUBDIR = : 54NO_SUBDIR = :