mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
5 lines
195 B
Makefile
5 lines
195 B
Makefile
|
# 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 $@
|