summaryrefslogtreecommitdiff
path: root/lib/et
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 /lib/et
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 'lib/et')
-rw-r--r--lib/et/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/et/Makefile.in b/lib/et/Makefile.in
index a0b05b39..ab9bb234 100644
--- a/lib/et/Makefile.in
+++ b/lib/et/Makefile.in
@@ -62,8 +62,7 @@ BSDLIB_INSTALL_DIR = $(libdir)
@MAKEFILE_PROFILE@
@MAKEFILE_CHECKER@
-compile_et: $(SUBSTITUTE) $(srcdir)/compile_et.sh.in
- -$(CHMOD) +x $(SUBSTITUTE)
+compile_et: $(DEP_SUBSTITUTE) $(srcdir)/compile_et.sh.in
$(SUBSTITUTE) $(srcdir)/compile_et.sh.in compile_et
$(CHMOD) +x compile_et