package/Makefile.in: CFLAGS/LDFLAGS: don't add -I / -L args for STAGING_DIR
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 29 Apr 2011 13:40:58 +0000 (15:40 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 29 Apr 2011 13:40:58 +0000 (15:40 +0200)
commit7e3e8ec040b06d6e2fb69e55c004f1ebc02c76d0
treebaea63bab156a0400501fe99d9be8558251334d0
parent8b370e63806fa2ab064cd2b30d627914cc5c0a43
package/Makefile.in: CFLAGS/LDFLAGS: don't add -I / -L args for STAGING_DIR

Now that we use sysroot for all toolchains, the explicit -I / -L arguments
in CFLAGS / LDFLAGS aren't needed anymore (And having them makes the build
quite noisy for certain packages as STAGING_DIR/include normally doesn't
exist).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in