diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-12-14 21:46:26 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-12-14 21:46:26 -0500 |
commit | 6d4022786dc43e66f0699a72925b946b9d2e4439 (patch) | |
tree | 61eeeb250a3c1202bf02dacec3cee163196a9507 /lib/e2p/Makefile.in | |
parent | 11d1e61f935237dd3e851fe846ca99c723be859e (diff) | |
download | e2fsprogs-6d4022786dc43e66f0699a72925b946b9d2e4439.tar.gz |
Use MKINSTALLDIRS macro so that the Makefiles can find the script
correctly.
Update Makefile dependencies.
Update "make depend" production so that it filters out comments
inserted by newer gcc compilers.
Remove sync from e2fsck's "make all" target.
Diffstat (limited to 'lib/e2p/Makefile.in')
-rw-r--r-- | lib/e2p/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index 6ba03710..2256b850 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -60,7 +60,7 @@ BSDLIB_INSTALL_DIR = $(root_libdir) @BSDLIB_CMT@ @$(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $< installdirs:: - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) \ + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) \ $(DESTDIR)$(includedir)/e2p install:: all installdirs |