mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:30:29 +08:00
* Makefile.in (parse.c, parse.h): Fix think-o in last patch.
From-SVN: r36868
This commit is contained in:
parent
f4d48ea9b1
commit
bb12da9db1
@ -1,3 +1,7 @@
|
||||
2000-10-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (parse.c, parse.h): Fix think-o in last patch.
|
||||
|
||||
2000-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (parse.c, parse.h): Create atomically.
|
||||
|
@ -227,7 +227,7 @@ $(PARSE_H) $(PARSE_C) : $(srcdir)/parse.y
|
||||
@echo $(CONFLICTS)
|
||||
cd $(srcdir); $(BISON) $(BISONFLAGS) -d -o p$$$$.c parse.y ; \
|
||||
grep '^#define[ ]*YYEMPTY' p$$$$.c >> p$$$$.h ; \
|
||||
mv -f p$$$$.c $(PARSE_C) ; mv -f p$$$$.h $(PARSE_H)
|
||||
mv -f p$$$$.c parse.c ; mv -f p$$$$.h parse.h
|
||||
#$(PARSE_C) $(PARSE_H) : stamp-parse ; @true
|
||||
#stamp-parse: $(srcdir)/parse.y
|
||||
# @echo $(CONFLICTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user