]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- update flex syntax
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Jun 2004 18:42:12 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-ada-flex.patch -> 1.1

gdb-ada-flex.patch [new file with mode: 0644]

diff --git a/gdb-ada-flex.patch b/gdb-ada-flex.patch
new file mode 100644 (file)
index 0000000..9469b41
--- /dev/null
@@ -0,0 +1,13 @@
+--- gdb-6.1.1/gdb/Makefile.in.orig     2004-06-23 16:34:32.000000000 +0200
++++ gdb-6.1.1/gdb/Makefile.in  2004-06-23 16:35:11.000000000 +0200
+@@ -1453,8 +1453,8 @@
+       mv $@.new ./$*.c
+ .l.c:
+       @if [ "$(FLEX)" ] && $(FLEX) --version >/dev/null 2>&1; then \
+-          echo $(FLEX) -Isit $< ">" $@; \
+-          $(FLEX) -Isit $< > $@; \
++          echo $(FLEX) -I -s -i -t $< ">" $@; \
++          $(FLEX) -I -s -i -t $< > $@; \
+       elif [ ! -f $@ -a ! -f $< ]; then \
+           echo "$< missing and flex not available."; \
+           false; \
This page took 0.033838 seconds and 4 git commands to generate.