1 ngrep: don't include regex objects since we're using pcre
3 Signed-off-by: Wade Berrier <wberrier@gmail.com>
5 --- ngrep-1.45/Makefile.in.orig 2006-11-28 06:35:37.000000000 -0700
6 +++ ngrep-1.45/Makefile.in 2011-06-29 14:05:27.000000000 -0600
11 -REGEX_DIR=@REGEX_DIR@
12 -REGEX_OBJS=@REGEX_OBJS@
19 -$(TARGET): $(REGEX_OBJS) $(OBJS)
21 $(CC) $(CFLAGS) $(LDFLAGS) $(STRIPFLAG) -o $(TARGET) $(OBJS) $(REGEX_OBJS) $(LIBS)
23 debug: $(REGEX_OBJS) $(OBJS)