]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-ada-flex.patch
- update flex syntax
[packages/gdb.git] / gdb-ada-flex.patch
1 --- gdb-6.1.1/gdb/Makefile.in.orig      2004-06-23 16:34:32.000000000 +0200
2 +++ gdb-6.1.1/gdb/Makefile.in   2004-06-23 16:35:11.000000000 +0200
3 @@ -1453,8 +1453,8 @@
4         mv $@.new ./$*.c
5  .l.c:
6         @if [ "$(FLEX)" ] && $(FLEX) --version >/dev/null 2>&1; then \
7 -           echo $(FLEX) -Isit $< ">" $@; \
8 -           $(FLEX) -Isit $< > $@; \
9 +           echo $(FLEX) -I -s -i -t $< ">" $@; \
10 +           $(FLEX) -I -s -i -t $< > $@; \
11         elif [ ! -f $@ -a ! -f $< ]; then \
12             echo "$< missing and flex not available."; \
13             false; \
This page took 0.028768 seconds and 4 git commands to generate.