automake: generate relative aclocal symlinks in staging_dir
SVN-Revision: 29929
This commit is contained in:
parent
cb6f860b8f
commit
537164cb6d
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ define Host/Install
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) install
|
$(MAKE) -C $(HOST_BUILD_DIR) install
|
||||||
mv $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal.real
|
mv $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal.real
|
||||||
$(INSTALL_BIN) ./files/aclocal $(STAGING_DIR_HOST)/bin
|
$(INSTALL_BIN) ./files/aclocal $(STAGING_DIR_HOST)/bin
|
||||||
ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9
|
ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.9
|
||||||
ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.10
|
ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.10
|
||||||
ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11
|
ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11
|
||||||
ln -sf $(STAGING_DIR_HOST)/bin/aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11.1
|
ln -sf aclocal $(STAGING_DIR_HOST)/bin/aclocal-1.11.1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Clean
|
define Host/Clean
|
||||||
|
|
Loading…
Reference in a new issue