Skip to content
Snippets Groups Projects
Commit de1d79cd authored by nico's avatar nico
Browse files

try to prevent autoheader/autoconf/automake invocation,

add Id tag


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2074 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 57526713
No related branches found
No related tags found
No related merge requests found
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=mtr
......@@ -16,7 +18,14 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,MTR,mtr,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
(cd $(PKG_BUILD_DIR); \
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
touch configure.in; \
touch aclocal.m4; \
touch Makefile.in; \
touch img/Makefile.in; \
touch stamp-h.in; \
touch config.h.in; \
touch configure; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment