diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-11-21 08:23:25 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-11-21 08:24:44 -0500 |
commit | f62516f33b086adb72e8931a47d1a3fbf4fad976 (patch) | |
tree | 9df6b6c64c4710c4b275f8835b6dbc1adc844a95 | |
parent | 3f6fbf95c0f1c1dc2fc70692ee3e6c49f170df80 (diff) | |
download | e2fsprogs-f62516f33b086adb72e8931a47d1a3fbf4fad976.tar.gz |
rdebugfs: don't install by default
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r-- | debugfs/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index c6aaa3ab..7e71c3f4 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 |