X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Furbi%2FMakefile;h=34d893594cd067fe9f77b45b16417446ce81ff3e;hp=1e75f0a8d73694bb57ea6e15c93a250d48c87f28;hb=d02f1af6439fed3614a5516989be87450d9dab6a;hpb=99fafff5005bbd868b38399cdf1e9e0b9568c451 diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index 1e75f0a8d7..34d893594c 100644 --- a/lang/urbi/Makefile +++ b/lang/urbi/Makefile @@ -38,10 +38,10 @@ CONFIGURE_VARS += \ EXAMPLES=0 \ define Build/Compile - $(call Build/Compile/Default,\ + $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - all install \ - ) + all install endef define Build/InstallDev