summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2004-09-17 19:54:22 -0400
committerTheodore Ts'o <tytso@mit.edu>2004-09-17 19:54:22 -0400
commit56eb4d47492c975b25ab1737a6fffefc80e5c137 (patch)
tree76c095667092608b70689c5d3294f87a275a87d1 /Makefile.in
parent9845cf5dbd4d06ebc1fe0db99078d7a0be641e0a (diff)
downloade2fsprogs-56eb4d47492c975b25ab1737a6fffefc80e5c137.tar.gz
Remove XSI:isms for greater portability. (Addresses
Debian Bug #255589)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d86f9231..82144b35 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@ distclean-doc:
install: subs all-libs-recursive install-progs-recursive \
install-shlibs-libs-recursive install-doc-libs
# export MANPATH=$(DESTDIR)$(mandir); $(srcdir)/install-utils/compile_manpages
- if test ! -d e2fsck -a ! -d debugfs -a ! -d misc -a ! -d ext2ed ; then $(MAKE) install-libs ; fi
+ if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then $(MAKE) install-libs ; fi
uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs