kyak 2011-03-08 17:43:31 +03:00
parent cc7557ce51
commit c04a579403
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ define Build/Configure
"$(PKG_BUILD_DIR)/dfasyn/dfasyn_host"
ln -s "$(STAGING_DIR_HOST)/bin/smujajgau" \
"$(PKG_BUILD_DIR)/smujajgau_host"
( $(MAKE) -C $(PKG_BUILD_DIR) stag.h && \
cd $(PKG_BUILD_DIR) && \
$(SED) 's/YYTOKENTYPE/STAGYYTOKENTYPE/' stag.h && \
$(SED) 's/yytokentype/stagyytokentype/' stag.h \
)
endef
define Build/Compile