* Makefile.in (parse.c, parse.h): Fix think-o in last patch.

From-SVN: r36868
This commit is contained in:
Kaveh R. Ghazi 2000-10-14 14:55:31 +00:00 committed by Kaveh Ghazi
parent f4d48ea9b1
commit bb12da9db1
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)