Files
freeipa/Makefile.pythonscripts.am
T

5 lines
195 B
Makefile
Raw Normal View History

2018-08-22 17:15:55 +02:00
# special handling of Python scripts with auto-generated shebang line
$(PYTHON_SHEBANG):%: %.in Makefile
$(AM_V_GEN)sed -e 's|@PYTHONSHEBANG[@]|#!$(PYTHON) -E|g' $< > $@
$(AM_V_GEN)chmod +x $@