diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-29 17:02:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-29 17:02:15 +0000 |
commit | 89217cd88d4cf77b05ac4ae03e6bcba96eb25e1a (patch) | |
tree | 959eedbfe1205e1d438d44e4611e3472d28e8af9 /package/libtool | |
parent | 7aed24bf6722e7d0027f0c3d2a8694369fe0853a (diff) | |
download | upstream-89217cd88d4cf77b05ac4ae03e6bcba96eb25e1a.tar.gz upstream-89217cd88d4cf77b05ac4ae03e6bcba96eb25e1a.tar.bz2 upstream-89217cd88d4cf77b05ac4ae03e6bcba96eb25e1a.zip |
leave libtool m4 files in both $(STAGING_DIR)/host and $(STAGING_DIR_HOST)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12434 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index d03920f0d2..e2d5b7c8e7 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -41,7 +41,7 @@ define Build/InstallDev mv $(2)/lib/* $(1)/usr/lib/ mv $(2)/include/* $(1)/usr/include/ $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal - mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/ + $(CP) $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/ endef define Package/libltdl/install |