* Make-mc.in (install.extfs): Splitted install of $(EXTFS_CONST)
and $(EXTFS_OUT) because the first must be installed from $(srcdir) and the second from $(builddir). Anyone knows why builddir gets defined to the top builddir and not to the current builddir (in this case it gets defined to .../build/mc instead of .../build/mc/vfs).
Этот коммит содержится в:
родитель
943177c616
Коммит
4d0ef91f45
@ -1,3 +1,9 @@
|
||||
1998-07-31 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
|
||||
|
||||
* Make-mc.in (install.extfs): Splitted install of $(EXTFS_CONST)
|
||||
and $(EXTFS_OUT) because the first must be installed from
|
||||
$(srcdir) and the second from $(builddir).
|
||||
|
||||
Fri Jul 24 00:22:30 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* Make-mc.in (DISTVFS): Changed Makefile.in to Make-mc.in.
|
||||
|
@ -123,10 +123,14 @@ install.extfs:
|
||||
$(INSTALL_DATA) $(srcdir)/extfs/$$I \
|
||||
$(DESTDIR)$(libdir)/extfs/$$I; \
|
||||
done
|
||||
for I in $(EXTFS_CONST) $(EXTFS_OUT); do \
|
||||
for I in $(EXTFS_CONST) ; do \
|
||||
$(INSTALL_PROGRAM) $(srcdir)/extfs/$$I \
|
||||
$(DESTDIR)$(libdir)/extfs/$$I; \
|
||||
done
|
||||
for I in $(EXTFS_OUT) ; do \
|
||||
$(INSTALL_PROGRAM) $(builddir)/vfs/extfs/$$I \
|
||||
$(DESTDIR)$(libdir)/extfs/$$I; \
|
||||
done
|
||||
|
||||
uninstall:
|
||||
for I in $(EXTFS_MISC); do \
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user