From 0cbedbe6f8ec5c3a5685eba6f62c83f676cabe98 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 Sep 2007 21:23:55 +0000 Subject: New deps added to the Makefile...and apparently some change in the bfilt-c++ thing...I dunno what... --- Makefile | 2 +- src/bfilt/c++/bfilt-c++.l | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db9a17d..4c3cb66 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LIBBU:=$(foreach f,paramproc.h paramproc.cpp fstring.h fstring.cpp exceptions.h exceptions.cpp exceptionbase.cpp exceptionbase.h archive.cpp archive.h archival.cpp archival.h plugger.h plugger.cpp singleton.h hash.cpp hash.h file.h file.cpp stream.h stream.cpp list.h list.cpp,src/$f) +LIBBU:=$(foreach f,paramproc.h paramproc.cpp fstring.h fstring.cpp exceptions.h exceptions.cpp exceptionbase.cpp exceptionbase.h archive.cpp archive.h archival.cpp archival.h plugger.h plugger.cpp singleton.h hash.cpp hash.h file.h file.cpp stream.h stream.cpp list.h list.cpp set.h set.cpp,src/$f) SRC:=$(sort $(wildcard src/*.cpp) $(patsubst src/%,src/bu/%,$(filter %.cpp,$(LIBBU)))) OBJ:=src/build.yy.o src/build.tab.o $(patsubst %.cpp,%.o,$(SRC)) REV:=$(shell svn info | grep "Revision" | cut -d\ -f2) diff --git a/src/bfilt/c++/bfilt-c++.l b/src/bfilt/c++/bfilt-c++.l index af12cac..4e71649 100644 --- a/src/bfilt/c++/bfilt-c++.l +++ b/src/bfilt/c++/bfilt-c++.l @@ -19,6 +19,8 @@ int nBC = 0; ">>" { ECHO; } " <<" { ECHO; } " >>" { ECHO; } +"'<'" { ECHO; } +"'>'" { ECHO; } "" { ECHO; } -- cgit v1.2.3