summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/makeint.h b/makeint.h
index d1b00c6..643b611 100644
--- a/makeint.h
+++ b/makeint.h
@@ -538,8 +538,10 @@ int strncasecmp (const char *s1, const char *s2, int n);
# define OUTPUT_SYNC
#endif
-#define OUTPUT_SYNC_TARGET 1
-#define OUTPUT_SYNC_MAKE 2
+#define OUTPUT_SYNC_NONE 0
+#define OUTPUT_SYNC_JOB 1
+#define OUTPUT_SYNC_TARGET 2
+#define OUTPUT_SYNC_MAKE 3
extern const gmk_floc *reading_file;
extern const gmk_floc **expanding_var;