summaryrefslogtreecommitdiff
path: root/debugfs
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1997-10-15 02:47:20 +0000
committerTheodore Ts'o <tytso@mit.edu>1997-10-15 02:47:20 +0000
commit44339bdff87584b72a2ade7d3a1426e3335f2167 (patch)
treee1312309b4551dd0aecb9e2618cc130f4cb0028c /debugfs
parentb4ac9cc351ba9613347a1f60a6e7d9c91060df82 (diff)
downloade2fsprogs-44339bdff87584b72a2ade7d3a1426e3335f2167.tar.gz
Many files:
Use new substitution technology which doesn't depend on shell scripts. (Faster, and better for MS-DOS port!)
Diffstat (limited to 'debugfs')
-rw-r--r--debugfs/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in
index 7cb8ceaa..3fafc155 100644
--- a/debugfs/Makefile.in
+++ b/debugfs/Makefile.in
@@ -36,8 +36,7 @@ debugfs: $(DEBUG_OBJS) $(DEPLIBS)
debug_cmds.c debug_cmds.h: debug_cmds.ct
$(MK_CMDS) $(srcdir)/debug_cmds.ct
-debugfs.8: $(SUBSTITUTE) $(srcdir)/debugfs.8.in
- -$(CHMOD) +x $(SUBSTITUTE)
+debugfs.8: $(DEP_SUBSTITUTE) $(srcdir)/debugfs.8.in
$(SUBSTITUTE) $(srcdir)/debugfs.8.in debugfs.8
installdirs: