diff options
-rw-r--r-- | rpkid/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index 6a087ba5..5691d09a 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -18,7 +18,7 @@ rpki/pow/_POW.so: ext/POW.c setup.py ${SETUP_PY} build_ext --inplace clean:: - rm -f rpki/pow/_POW.so + rm -f rpki/POW/_POW.so rpki/relaxng.py: ../scripts/make-relaxng.py left-right-schema.rng up-down-schema.rng publication-schema.rng ${PYTHON} ../scripts/make-relaxng.py >$@.tmp |