create implict rule for python executable and use it to create dnssec-checkds
This commit is contained in:
@@ -358,3 +358,12 @@ ALWAYS_MAKE_SYMTABLE = @ALWAYS_MAKE_SYMTABLE@
|
||||
|
||||
.docbook.8:
|
||||
${XSLTPROC} -o $@ ${top_srcdir}/doc/xsl/isc-manpage.xsl $<
|
||||
|
||||
###
|
||||
### Python executable
|
||||
###
|
||||
.SUFFIXES: .py
|
||||
.py:
|
||||
cp -f $< $@
|
||||
chmod +x $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user