~ubuntu-branches/ubuntu/hoary/flex/hoary

« back to all changes in this revision

Viewing changes to MISC/MSDOS/djgpp.sed

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2002-03-17 10:32:13 UTC
  • Revision ID: james.westby@ubuntu.com-20020317103213-sj3j4h0vg048w774
Tags: upstream-2.5.4a
ImportĀ upstreamĀ versionĀ 2.5.4a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
s/y\.tab\./parse_tab\./
 
2
s/@DEFS@/-DMS_DOS/
 
3
s/@LIBS@//
 
4
s/@srcdir@/./
 
5
s/@YACC@/bison/
 
6
s/@CC@/gcc/
 
7
s/@RANLIB@/ranlib/
 
8
s/@ALLOCA@//
 
9
/^flex/ s/\.bootstrap//
 
10
/sed.*extern.*malloc/ c\
 
11
        @mv parse_tab.c parse.c
 
12
/rm.*parse_tab.c/ d