FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
385:1cb7b2b6ce18 | 386:90af6744d256 |
---|---|
19 | 19 |
20 compalstage-thumb.o: compalstage.S | 20 compalstage-thumb.o: compalstage.S |
21 ${CC} -DTHUMB_ENTRY -c -o $@ $< | 21 ${CC} -DTHUMB_ENTRY -c -o $@ $< |
22 | 22 |
23 install: | 23 install: |
24 mkdir -p ${INSTDIR} | |
24 install -c ${TARGETS} ${INSTDIR} | 25 install -c ${TARGETS} ${INSTDIR} |
25 | 26 |
26 clean: | 27 clean: |
27 rm -f *.o *errs *core *.bin | 28 rm -f *.o *errs *core *.bin |
28 | 29 |