Changeset 71f6b76 in freewrt


Ignore:
Timestamp:
Jul 4, 2007, 11:32:47 AM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
358816d
Parents:
0fc01ee
Message:

rationalise use of HOSTCPPFLAGS

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3118 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/zlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/zlib/Makefile

    r0fc01ee r71f6b76  
    2323INSTALL_STYLE=          bsd
    2424INSTALL_TARGET=         install includes
     25MAKE_ENV+=              HOSTCPPFLAGS=
    2526
    2627post-install:
  • package/zlib/extra/Makefile

    r0fc01ee r71f6b76  
    1 # $MirOS: src/lib/libz/Makefile,v 1.23 2007/05/17 18:38:36 tg Exp $
     1# $MirOS: src/lib/libz/Makefile,v 1.24 2007/07/04 09:31:53 tg Exp $
    22# $OpenBSD: Makefile,v 1.13 2005/07/20 21:29:00 jmc Exp $
    33
     
    5454HOSTCFLAGS?=    ${CFLAGS}
    5555HOSTLDFLAGS?=   ${LDFLAGS}
     56HOSTCPPFLAGS?=  ${CPPFLAGS}
    5657HOSTCPPFLAGS+=  -I${.CURDIR}
    5758
Note: See TracChangeset for help on using the changeset viewer.