summaryrefslogtreecommitdiff
path: root/ninfod
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2012-10-11 14:04:42 +0900
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2012-10-11 14:24:07 +0900
commit065a41536d098f14a482ade9e0c76593a0d8b664 (patch)
tree2be5c7b31d74990a6d1d4294d0a4a444d93c9ed0 /ninfod
parent9a2a26648b063ddba59e7f0e0118d0aa88ca1ace (diff)
downloadiputils-065a41536d098f14a482ade9e0c76593a0d8b664.tar.gz
ninfod: Delete ninfod.sh by make distclean, not by make clean.
ninfod.sh is generated by configure, so clean by "make distclean", not by "make clean". Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'ninfod')
-rw-r--r--ninfod/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ninfod/Makefile.in b/ninfod/Makefile.in
index ee8a6d0..78d2e90 100644
--- a/ninfod/Makefile.in
+++ b/ninfod/Makefile.in
@@ -62,11 +62,12 @@ INSTALL = @INSTALL@
# ----------------
all: ninfod
clean:
- -rm -f *.o ninfod ninfod.sh
+ -rm -f *.o ninfod
distclean: clean
-rm -f *~ *.bak #*
-rm -fr autom4te.cache
-rm -f Makefile config.h config.cache config.status config.log
+ -rm -f ninfod.sh
install: all
@INSTALL_DIR@ @sbindir@
@INSTALL@ ninfod -o root @sbindir@