From 44339bdff87584b72a2ade7d3a1426e3335f2167 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 15 Oct 1997 02:47:20 +0000 Subject: Many files: Use new substitution technology which doesn't depend on shell scripts. (Faster, and better for MS-DOS port!) --- debugfs/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debugfs/Makefile.in') 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: -- cgit v1.2.3