diff options
author | Paul Smith <psmith@gnu.org> | 1999-11-27 08:09:42 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-11-27 08:09:42 +0000 |
commit | 4d5c556f00ae97b16696cc1ff779ac8e45d6fc27 (patch) | |
tree | f78cf0b79c3e13edbc8dc68f8980580bfbd8b81c /read.c | |
parent | ce3413f883242537a05c12cb3520c7563496c0d8 (diff) | |
download | gunmake-4d5c556f00ae97b16696cc1ff779ac8e45d6fc27.tar.gz |
* Update debugging to use string flags instead of integers.
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ read_makefile (filename, flags) pattern_percent = 0; cmds_started = fileinfo.lineno; - if (ISDB (DB_EXTRA)) + if (ISDB (DB_VERBOSE)) { printf (_("Reading makefile `%s'"), fileinfo.filenm); if (flags & RM_NO_DEFAULT_GOAL) |