summaryrefslogtreecommitdiff
path: root/package/ngrep/patches/patch-Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ngrep/patches/patch-Makefile_in')
-rw-r--r--package/ngrep/patches/patch-Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ngrep/patches/patch-Makefile_in b/package/ngrep/patches/patch-Makefile_in
new file mode 100644
index 000000000..40659bb8d
--- /dev/null
+++ b/package/ngrep/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- ngrep-1.45.orig/Makefile.in 2006-11-28 14:35:37.000000000 +0100
++++ ngrep-1.45/Makefile.in 2016-02-08 06:24:48.000000000 +0100
+@@ -63,7 +63,7 @@ distclean: clean
+ rm -f config.status config.cache config.log config.h Makefile
+
+ $(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
+- $(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
++ $(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
+
+ $(OBJS): Makefile ngrep.c ngrep.h
+