Add vnstati (#4311)
[openwrt/svn-archive/archive.git] / net / ngrep / patches / 001-makefile_in.patch
1 diff -u ngrep-1.45/Makefile.in ngrep-1.45.mod/Makefile.in
2 --- ngrep-1.45/Makefile.in Tue Nov 28 15:35:37 2006
3 +++ ngrep-1.45.mod/Makefile.in Sat May 19 10:40:57 2007
4 @@ -32,13 +32,13 @@
5
6 INSTALL = ./install-sh
7
8 -REGEX_DIR=@REGEX_DIR@
9 -REGEX_OBJS=@REGEX_OBJS@
10 +REGEX_DIR=
11 +REGEX_OBJS=
12
13
14 all: $(TARGET)
15
16 -$(TARGET): $(REGEX_OBJS) $(OBJS)
17 +$(TARGET): $(OBJS)
18 $(CC) $(CFLAGS) $(LDFLAGS) $(STRIPFLAG) -o $(TARGET) $(OBJS) $(REGEX_OBJS) $(LIBS)
19
20 debug: $(REGEX_OBJS) $(OBJS)