X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fexpat%2FMakefile;h=80b0d26bc6bb2ae1e2fa413d3c4c616f20f48648;hb=1daf9469b7f7653bf1b015bce15fd2213c9324d8;hp=a695920088e20bb9d499d230dd081e45878c2984;hpb=a85bdbd1bce40c1bb7f387efaba3589c4c720b60;p=packages.git diff --git a/libs/expat/Makefile b/libs/expat/Makefile index a69592008..80b0d26bc 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -47,9 +47,9 @@ define Host/Install endef define Build/InstallDev - mkdir -p $(1)/usr/include + $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/expat{,_external}.h $(1)/usr/include/ - mkdir -p $(1)/usr/lib + $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.{a,so*} $(1)/usr/lib/ endef