]> git.ipfire.org Git - thirdparty/automake.git/commit
* lib/am/yacc.am (?!GENERIC?%OBJ% aka .y.c): Don't redirect
authorJim Meyering <jim@meyering.net>
Fri, 18 Apr 2003 08:54:34 +0000 (08:54 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Apr 2003 08:54:34 +0000 (08:54 +0000)
commit50ca3cb88daa5cfa1d05adc7fa062df6659973c0
tree893fb897575be7511c22af0e61232e3685d95f93
parent068e12a8d4590c4e8c3e8944d6fe1825ec63ec8f
* lib/am/yacc.am (?!GENERIC?%OBJ% aka .y.c): Don't redirect
directly to $@.  Instead, redirect to $@t and rename upon success.
Also, move the commands that update $@ so they are last.  Otherwise,
this rule could leave the user with an up to date target (.c file)
but with a missing or corrupted corresponding .h file.
ChangeLog
lib/am/yacc.am