ti-codec-engine: Force makefile regeneration for complete 'clean'
authorRoger Monk <r-monk@ti.com>
Mon, 28 Jun 2010 10:27:18 +0000 (11:27 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 29 Jun 2010 07:21:39 +0000 (09:21 +0200)
   * To completely 'clean' the prebuilt examples, we should first regenerate the makefiles
     using a and XDC '.make' step.
   * Updated Examples build to include this.

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/ti-codec-engine.inc

index 5780296..1b89ea7 100644 (file)
@@ -85,7 +85,7 @@ do_prepsources() {
                      CGTOOLS_V5T="${TOOLCHAIN_PATH}" \
                      CGTOOLS_C64P="${CODEGEN_INSTALL_DIR}" \
                      CGTOOLS_C674="${CODEGEN_INSTALL_DIR}" \
-                     clean
+                     .make clean
         done
 }