Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178684
Collapse All | Expand All

(-)Makefile.in. (-1 / +1 lines)
Lines 63-69 Link Here
63
	rm -f config.status config.cache config.log config.h Makefile 
63
	rm -f config.status config.cache config.log config.h Makefile 
64
64
65
$(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
65
$(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
66
	$(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
66
	$(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
67
67
68
$(OBJS): Makefile ngrep.c ngrep.h
68
$(OBJS): Makefile ngrep.c ngrep.h
69
69

Return to bug 178684