No longer required
This commit is contained in:
parent
e433881824
commit
4427b3f133
|
@ -21,7 +21,6 @@ E3BLOCKS = $(subst =,\=,${E2BLOCKS})
|
||||||
E4BLOCKS = $(subst ",\\",${E3BLOCKS})
|
E4BLOCKS = $(subst ",\\",${E3BLOCKS})
|
||||||
# escaping `'' for shell
|
# escaping `'' for shell
|
||||||
EFBLOCKS = $(subst ','\'',${E4BLOCKS})
|
EFBLOCKS = $(subst ','\'',${E4BLOCKS})
|
||||||
# this comment is a workaround for syntax highlighting bug in vim')
|
|
||||||
|
|
||||||
config.h:
|
config.h:
|
||||||
[ -d blocks ] || cp -R blocks.def blocks
|
[ -d blocks ] || cp -R blocks.def blocks
|
||||||
|
|
Loading…
Reference in a new issue