From: Theodore Ts'o Date: Mon, 21 Nov 2011 13:23:25 +0000 (-0500) Subject: rdebugfs: don't install by default X-Git-Tag: v1.42-WIP-1120~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f62516f33b086adb72e8931a47d1a3fbf4fad976;p=tools%2Fe2fsprogs.git rdebugfs: don't install by default Signed-off-by: "Theodore Ts'o" --- diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index c6aaa3a..7e71c3f 100644 --- a/debugfs/Makefile.in +++ b/debugfs/Makefile.in @@ -11,7 +11,7 @@ INSTALL = @INSTALL@ @MCONFIG@ -PROGS= debugfs rdebugfs +PROGS= debugfs MANPAGES= debugfs.8 MK_CMDS= _SS_DIR_OVERRIDE=../lib/ss ../lib/ss/mk_cmds @@ -102,7 +102,7 @@ uninstall: clean: $(RM) -f $(PROGS) debugfs.8 \#* *.s *.o *.a *~ debug_cmds.c \ - ro_debug_cmds.c core + ro_debug_cmds.c core rdebugfs mostlyclean: clean distclean: clean