clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since d285e92 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100644
|
File size:
972 bytes
|
Line | |
---|
1 | Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
|
---|
2 | Date: 2003-09-20
|
---|
3 | Initial Package Version: 2.0.2
|
---|
4 | Origin: Jim Gifford
|
---|
5 | Description: Fixes Parse error in pl.l Flex Version 2.5.31
|
---|
6 |
|
---|
7 | Corrects
|
---|
8 | ./pl.l: In function `scan_string':
|
---|
9 | ./pl.l:462: `yytext_ptr' undeclared (first use in this function)
|
---|
10 | ./pl.l:462: (Each undeclared identifier is reported only once
|
---|
11 | ./pl.l:462: for each function it appears in.)
|
---|
12 |
|
---|
13 |
|
---|
14 | $LastChangedBy: bdubbs $
|
---|
15 | $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
|
---|
16 |
|
---|
17 | diff -Naur tetex-src-2.0.2.orig/texk/web2c/omegafonts/Makefile.in tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in
|
---|
18 | --- tetex-src-2.0.2.orig/texk/web2c/omegafonts/Makefile.in 2001-11-10 13:42:37.000000000 +0000
|
---|
19 | +++ tetex-src-2.0.2/texk/web2c/omegafonts/Makefile.in 2003-09-21 07:41:29.000000000 +0000
|
---|
20 | @@ -40,7 +40,7 @@
|
---|
21 | -test -f y.tab.h && mv -f y.tab.h y_tab.h
|
---|
22 | $(LEX_OUTPUT_ROOT).o: parser.h
|
---|
23 | $(LEX_OUTPUT_ROOT).c: pl.l
|
---|
24 | - $(LEX) $(srcdir)/pl.l
|
---|
25 | + $(LEX) -l $(srcdir)/pl.l
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.