diff target-utils/loadagent/Makefile @ 386:90af6744d256

make install in target-utils: do mkdir -p before the install command
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 10 Jun 2014 18:48:21 +0000
parents 3164604a6c70
children e7ba9fcb3637
line wrap: on
line diff
--- a/target-utils/loadagent/Makefile	Tue Jun 10 09:23:07 2014 +0000
+++ b/target-utils/loadagent/Makefile	Tue Jun 10 18:48:21 2014 +0000
@@ -28,6 +28,7 @@
 	${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@
 
 install:
+	mkdir -p ${INSTDIR}
 	install -c ${PROG}.srec ${INSTDIR}
 
 clean: