diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 | |||
48 | QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir | 48 | QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir |
49 | QUIET_SUBDIR1 = | 49 | QUIET_SUBDIR1 = |
50 | 50 | ||
51 | ifneq ($(findstring $(MAKEFLAGS),w),w) | 51 | ifneq ($(findstring w,$(MAKEFLAGS)),w) |
52 | PRINT_DIR = --no-print-directory | 52 | PRINT_DIR = --no-print-directory |
53 | else # "make -w" | 53 | else # "make -w" |
54 | NO_SUBDIR = : | 54 | NO_SUBDIR = : |