2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
10 PKG_NAME
:=missing-macros
13 include $(INCLUDE_DIR
)/host-build.mk
22 $(INSTALL_DIR
) $(STAGING_DIR_HOST
)/share
/aclocal
23 $(INSTALL_DATA
) .
/src
/m4
/*.m4
$(STAGING_DIR_HOST
)/share
/aclocal
/
26 $(eval
$(call HostBuild
))
This page took 0.043412 seconds and 5 git commands to generate.