aboutsummaryrefslogtreecommitdiff
path: root/pan
diff options
context:
space:
mode:
authorsubrata_modak <subrata_modak>2008-10-16 10:03:51 +0000
committersubrata_modak <subrata_modak>2008-10-16 10:03:51 +0000
commit2084d4433e5f9e69d02f3fd60f51d570aed069c9 (patch)
tree27dedeab9768bb7b1bc5ab9393a128914e5975d3 /pan
parentf2f0acb450ce79fb12f6a4565d6495776bcc1d50 (diff)
Hello. I had two errors when compiling the CVS version with Ubuntu. The one in regen.sh might have to do with some dash limitation (it complains about not supporting more than 32 shifts.) The one with the Makefile has to do with the version of lex I have here (lex 2.5.33) complaining about -l not accepting an extra argument (I believe it interprets the w as such). I did a quick check after applying the changes and they seem not to break anything. Signed-Off-By: Elder Costa <elder.costa@terra.com.br>.
Diffstat (limited to 'pan')
-rw-r--r--pan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pan/Makefile b/pan/Makefile
index 67f9f85c0..711771787 100644
--- a/pan/Makefile
+++ b/pan/Makefile
@@ -1,6 +1,6 @@
LOADLIBES += -lm
-LFLAGS += -lw
+LFLAGS += -l -w
CFLAGS += -w
DESTDIR = /opt/ltp