diff options
author | Paul Smith <psmith@gnu.org> | 2007-05-11 20:57:21 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-05-11 20:57:21 +0000 |
commit | eda0e24ccdae279a2c12059242ef89a22c274047 (patch) | |
tree | c5c6f8db878558a3982a117c3c331642334794c2 /remake.c | |
parent | 52ebc531ce68b369594267a716e93f53720c8f1b (diff) | |
download | gunmake-eda0e24ccdae279a2c12059242ef89a22c274047.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |