summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2007-05-11 20:57:21 +0000
committerPaul Smith <psmith@gnu.org>2007-05-11 20:57:21 +0000
commita28aa5ea92491770cfed99cbbc727410bb3a1053 (patch)
treec5c6f8db878558a3982a117c3c331642334794c2 /remake.c
parentdc1e1f5e236e519cce00b7da5ef0bebb6d3511b7 (diff)
downloadmake-a28aa5ea92491770cfed99cbbc727410bb3a1053.tar.gz
Fix some documentation gitches.
Fix an uninitialized variable. Add builtin rules for Objective C. Add a new debug line that shows where the commands that are about to be run were defined.
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index ee8acf38..f494cf19 100644
--- a/remake.c
+++ b/remake.c
@@ -803,7 +803,7 @@ notice_finished_file (struct file *file)
if (touch_flag
/* The update status will be:
- -1 if this target was not remade;
+ -1 if this target was not remade;
0 if 0 or more commands (+ or ${MAKE}) were run and won;
1 if some commands were run and lost.
We touch the target if it has commands which either were not run