[PATCH 2/2] Makefile export libraries headers

Mike Frysinger vapier.adi at gmail.com
Fri Dec 19 13:21:18 EST 2008


On Fri, Dec 19, 2008 at 04:29, Corentin Chary wrote:
>>> +       for i in $(addsuffix .h, $(LIBS)); do \
>>> +               [ -f include/$$i ] &&  install -m 0755 include/$$i  ${DESTDIR}/${LIBDIR}/; \
>>> +       done
>>
>> you're installing headers into /usr/lib/ ?  that doesnt make any sense ...
>
> /LIBDIR/INCLUDEDIR/s

well that change doesnt make sense either as you changed INCLUDEDIR to
"/include" ... i'm guessing you'll want to revert that too :)
-mike



More information about the linux-mtd mailing list