blob: 8c88a82ea6771f0ae04e5985d653db7a4a280999 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2006-11-29 00:35:37.000000000 +1100
+++ Makefile.in 2013-10-09 02:17:53.000000000 +1100
@@ -63,7 +63,7 @@
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
|