diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-15 13:22:51 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-15 13:22:51 -0400 |
commit | 2bd957a89d7a5995d5cda145d39a8ec1e315bc0d (patch) | |
tree | ab90ba692b2180ef9dd408a0d3a259102f75d0c8 /makeint.h | |
parent | 7f7e6f80c5c8c1e67eb022a2bde9918512b98c65 (diff) | |
download | gunmake-2bd957a89d7a5995d5cda145d39a8ec1e315bc0d.tar.gz |
Change the arg option for -O from numeric to string.
Diffstat (limited to 'makeint.h')
-rw-r--r-- | makeint.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -525,8 +525,8 @@ int strncasecmp (const char *s1, const char *s2, int n); # endif #endif -#define OUTPUT_SYNC_FINE 1 -#define OUTPUT_SYNC_COARSE 2 +#define OUTPUT_SYNC_TARGET 1 +#define OUTPUT_SYNC_MAKE 2 extern const gmk_floc *reading_file; extern const gmk_floc **expanding_var; |