summaryrefslogtreecommitdiff
path: root/graphics/hdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hdf/Makefile')
-rw-r--r--graphics/hdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hdf/Makefile b/graphics/hdf/Makefile
index 64020af01685..594775c8ea68 100644
--- a/graphics/hdf/Makefile
+++ b/graphics/hdf/Makefile
@@ -37,7 +37,7 @@ pre-build:
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
- printf '\t@echo Using the already installed JPEG library\n' \
+ printf '\t@${ECHO} Using the already installed JPEG library\n' \
>> ${WRKSRC}/hdf/jpeg/Makefile
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
@@ -51,7 +51,7 @@ pre-build:
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
- printf '\t@echo Using the already installed ZLIB library\n' \
+ printf '\t@${ECHO} Using the already installed ZLIB library\n' \
>> ${WRKSRC}/hdf/zlib/Makefile
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile