diff options
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ main(int argc, char *argv[]) cleantgt(&tgt); cleandep(&dep); - /* Build immediately if target is newer than source. */ + /* Build immediately if source is newer than target. */ dd("%s: target '%s'\n", argv[i], tgt); if (stat(argv[i], &sb)) err(1, argv[i]); |