diff options
-rw-r--r-- | sysprep/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index 38e4e94a..c7f40789 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -107,12 +107,12 @@ stamp-virt-sysprep.pod: virt-sysprep.pod sysprep-extra-options.pod sysprep-opera sysprep-extra-options.pod: virt-sysprep rm -f $@ $@-t - ./$< --dump-pod-options > $@-t + ../run ./$< --dump-pod-options > $@-t mv $@-t $@ sysprep-operations.pod: virt-sysprep rm -f $@ $@-t - ./$< --dump-pod > $@-t + ../run ./$< --dump-pod > $@-t mv $@-t $@ # Tests. |