patch-Makefile_in 438 B

1234567891011
  1. --- ngrep-1.45.orig/Makefile.in 2006-11-28 14:35:37.000000000 +0100
  2. +++ ngrep-1.45/Makefile.in 2016-02-08 06:24:48.000000000 +0100
  3. @@ -63,7 +63,7 @@ distclean: clean
  4. rm -f config.status config.cache config.log config.h Makefile
  5. $(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
  6. - $(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
  7. + $(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
  8. $(OBJS): Makefile ngrep.c ngrep.h