blob: 9347ae0254a6ed5ac0a485b8d010dfc95d8c1902 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.in.orig 2006-11-29 00:35:37.000000000 +1100
+++ Makefile.in 2013-10-09 02:17:53.000000000 +1100
@@ -25,7 +25,7 @@
bindir = $(prefix)/bin
datadir = $(prefix)/share
-mandir = $(datadir)/man
+mandir = $(prefix)/man
BINDIR_INSTALL = $(prefix)/bin
MANDIR_INSTALL = $(mandir)/man8
@@ -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
|