Changeset 3498 for trunk/freewrt/tools/fwcf
- Timestamp:
- 08/15/07 15:14:10 (5 years ago)
- Files:
-
- trunk/freewrt/tools/fwcf/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/fwcf/Makefile
r2863 r3498 25 25 compile: ${WRKBUILD}/fwcf.helper.out 26 26 27 install: 27 install: ${STAGING_TOOLS}/bin/fwcf.helper ${TOPDIR}/lbin/fwcf.helper 28 29 ${STAGING_TOOLS}/bin/fwcf.helper: 28 30 mkdir -p ${STAGING_TOOLS}/bin 29 31 rm -f ${STAGING_TOOLS}/bin/fwcf.helper 30 32 install -c -s -m 555 ${WRKBUILD}/fwcf.helper.out \ 31 33 ${STAGING_TOOLS}/bin/fwcf.helper 34 35 ${TOPDIR}/lbin/fwcf.helper: install-lbin 32 36 33 37 install-lbin:


