diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-10-15 02:47:20 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-10-15 02:47:20 +0000 |
commit | 44339bdff87584b72a2ade7d3a1426e3335f2167 (patch) | |
tree | e1312309b4551dd0aecb9e2618cc130f4cb0028c /resize | |
parent | b4ac9cc351ba9613347a1f60a6e7d9c91060df82 (diff) | |
download | e2fsprogs-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 'resize')
-rw-r--r-- | resize/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resize/Makefile.in b/resize/Makefile.in index 1c0a8e77..80ee969d 100644 --- a/resize/Makefile.in +++ b/resize/Makefile.in @@ -38,8 +38,7 @@ all:: $(PROGS) $(TEST_PROGS) $(MANPAGES) resize2fs: $(RESIZE_OBJS) $(DEPLIBS) $(CC) $(ALL_LDFLAGS) -o resize2fs $(RESIZE_OBJS) $(LIBS) -resize2fs.8: $(SUBSTITUTE) $(srcdir)/resize2fs.8.in - -$(CHMOD) +x $(SUBSTITUTE) +resize2fs.8: $(DEP_SUBSTITUTE) $(srcdir)/resize2fs.8.in $(SUBSTITUTE) $(srcdir)/resize2fs.8.in resize2fs.8 test_extent: $(TEST_EXTENT_OBJS) |