diff target-utils/compalstage/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
line wrap: on
line diff
--- a/target-utils/compalstage/Makefile	Tue Jun 10 09:23:07 2014 +0000
+++ b/target-utils/compalstage/Makefile	Tue Jun 10 18:48:21 2014 +0000
@@ -21,6 +21,7 @@
 	${CC} -DTHUMB_ENTRY -c -o $@ $<
 
 install:
+	mkdir -p ${INSTDIR}
 	install -c ${TARGETS} ${INSTDIR}
 
 clean: