Changeset 1197
- Timestamp:
- 12/17/2012 07:08:05 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/devel/prepare.mak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/prepare.mak
r1103 r1197 90 90 ifeq (${PHP_DEVEL_DIR},) 91 91 tags: 92 echo "* Making tags without php source files"92 @echo "* Making tags without php source files" 93 93 "$(CTAGS)" -R . 94 94 else 95 95 tags: 96 echo "* Making tags with ${PHP_DEVEL_DIR}"96 @echo "* Making tags with ${PHP_DEVEL_DIR}" 97 97 "$(CTAGS)" -R . "${PHP_DEVEL_DIR}/main" "${PHP_DEVEL_DIR}/Zend" "${PHP_DEVEL_DIR}/TSRM" "${PHP_DEVEL_DIR}/ext/standard" 98 98 endif

