aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-06-14 00:24:42 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-06-14 00:24:42 +0000
commit6579488028f0fcd8173f49f11971ee0a4f9c99cb (patch)
tree19970635e22e54f378e0e74bf9467061ea54db5c /Makefile.in
parent7d614e3d04fb915b633d09c20373700f779a7a02 (diff)
downloadandroid_external_e2fsprogs-6579488028f0fcd8173f49f11971ee0a4f9c99cb.tar.gz
android_external_e2fsprogs-6579488028f0fcd8173f49f11971ee0a4f9c99cb.tar.bz2
android_external_e2fsprogs-6579488028f0fcd8173f49f11971ee0a4f9c99cb.zip
ChangeLog, ext2_types.h.in:
ext2_types.h.in: If linux/types.h has been defined, then don't try to redefine the typedefs. ChangeLog, Makefile.in: Makefile.in: Make the install target depend on $(SUBS) to accomodate the fools who want to compile and install e2fsprogs as root using just one command.
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 480aa8be..6c0eddbc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,7 +41,7 @@ clean-doc:
distclean-doc:
cd doc && $(MAKE) distclean
-install: all-libs-recursive install-progs-recursive \
+install: $(SUBS) all-libs-recursive install-progs-recursive \
install-shlibs-libs-recursive install-doc-libs
# export MANPATH=$(DESTDIR)$(mandir); $(srcdir)/install-utils/compile_manpages