diff options
author | jaseg <git@jaseg.de> | 2020-11-18 13:59:29 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2020-11-18 13:59:29 +0100 |
commit | 049fdc139626f1542bdca5fd01faf62208490b12 (patch) | |
tree | b6a01d9193ec586e440cd86f421704f37b11f3de /Makefile | |
parent | 50b5c7aa5f1f1860781e1f9a39d5a590b64959e9 (diff) | |
download | stm32square-049fdc139626f1542bdca5fd01faf62208490b12.tar.gz stm32square-049fdc139626f1542bdca5fd01faf62208490b12.tar.bz2 stm32square-049fdc139626f1542bdca5fd01faf62208490b12.zip |
Makefile: dumb down shell syntax
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ $(BUILDDIR)/%.dir: $(BUILDDIR)/%.jar svd: $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.dir rm -rf $@ mkdir -p $@ - cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/{*.svd,License.html} $@/ + cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/License.html $@/License.html + cp $</resources/cmsis/STMicroelectronics_CMSIS_SVD/*.svd $@/ cp $(BUILDDIR)/com.st.stm32cube.ide.mcu.productdb.debug.jar.version $@/source_file_versions.txt .PHONY: update_xml |