Ignore:
Timestamp:
2000-08-09T14:38:47+12:00 (24 years ago)
Author:
jrm21
Message:

We now don't remove the zparse.tab.[ch] or parse.yy.c files on a make clean,
for the benefit of people without lex/yacc tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r1381 r1385  
    166166    flex -oparse.yy.c parse.fl
    167167
    168 PARSE_TMPFILES= zparse.tab.o zparse.tab.c zparse.tab.h parse.yy.o parse.yy.c
     168# We'll keep the .c and .h files for those without lex/flex and yacc/bison.
     169#PARSE_TMPFILES= zparse.tab.o zparse.tab.c zparse.tab.h parse.yy.o parse.yy.c
     170PARSE_TMPFILE=zparse.tab.o parse.yy.o
    169171
    170172distclean:
Note: See TracChangeset for help on using the changeset viewer.