From: John Millaway Date: Tue, 2 Jul 2002 22:59:02 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: flex-2-5-10~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c140e3abbdbc694cb36e82c44911624d4809dee;p=flex Fixed typo. --- diff --git a/Makefile.am b/Makefile.am index 43d9fdf..61436ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,6 +154,6 @@ tags: #The below recipe for making the ChangeLog will only work if you have a copy of the cvs tree handy so let it fail gracefully. ChangeLog: - -rcs2log -l 72 -u "vern Vern vern@ee.lbl.gov" -u "wlestes W. L. Estes wlestes@uncg.edu" -u "millaway John Millaway millaway@acm.org | sed s:/usr/local/cvsroot/flex/::g >ChangeLog + -rcs2log -l 72 -u "vern Vern vern@ee.lbl.gov" -u "wlestes W. L. Estes wlestes@uncg.edu" -u "millaway John Millaway millaway@acm.org" | sed s:/usr/local/cvsroot/flex/::g >ChangeLog .PHONY: ChangeLog tags