Changeset 1535
- Timestamp:
- 05/01/06 00:53:18 (6 years ago)
- Files:
-
- trunk/Makefile (modified) (1 diff)
- trunk/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile
r1511 r1535 129 129 fi 130 130 131 @# see if uudecode is available132 @if [ -z "$(UUDECODE)" ]; then \133 echo "FAILED"; \134 echo "The 'uudecode' tool was not found on your system. Please make sure"; \135 echo "it is installed in your PATH, then try again."; \136 exit 1; \137 fi138 139 131 @echo "ok." 140 132 trunk/Makefile.inc
r1477 r1535 162 162 NM= nm 163 163 AWK= awk 164 UUDECODE ?= $(shell which uudecode 2>/dev/null)165 166 164 167 165 #
