Changeset ad5b199 in freewrt
- Timestamp:
- Jan 6, 2007, 6:37:42 PM (19 years ago)
- Children:
- 93223077
- Parents:
- 8e274f7
- File:
-
- 1 edited
-
mk/package.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/package.mk
r8e274f7 rad5b199 11 11 12 12 TCFLAGS:= ${TARGET_CFLAGS} 13 TCPPFLAGS:= ${TARGET_CPPFLAGS} -I${STAGING_DIR}/usr/include 14 TLDFLAGS:= ${TARGET_LDFLAGS} -L${STAGING_DIR}/usr/lib 13 TCPPFLAGS:= ${TARGET_CPPFLAGS} \ 14 -I${STAGING_DIR}/include -I${STAGING_DIR}/usr/include 15 TLDFLAGS:= ${TARGET_LDFLAGS} \ 16 -L${STAGING_DIR}/lib -L${STAGING_DIR}/usr/lib 15 17 ifeq ($(strip ${WRKDIR_BSD}),) 16 18 WRKDIR_BASE:= ${BUILD_DIR}
Note:
See TracChangeset
for help on using the changeset viewer.
