summaryrefslogtreecommitdiffstats
path: root/src/kadmin/testing/scripts/Makefile.ov
diff options
context:
space:
mode:
Diffstat (limited to 'src/kadmin/testing/scripts/Makefile.ov')
-rw-r--r--src/kadmin/testing/scripts/Makefile.ov5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kadmin/testing/scripts/Makefile.ov b/src/kadmin/testing/scripts/Makefile.ov
index 335b636e7..7f70238c0 100644
--- a/src/kadmin/testing/scripts/Makefile.ov
+++ b/src/kadmin/testing/scripts/Makefile.ov
@@ -6,7 +6,10 @@ include $(TOP)/config.mk/template
GEN_SCRIPTS = compare_dump.pl fixup-conf-files.pl make-host-keytab.pl \
simple_dump.pl verify_xrunner_report.pl
-all:: $(GEN_SCRIPTS)
+all:: $(GEN_SCRIPTS) restore_files.sh
+
+restore_files.sh:
+ ln -s save_files.sh restore_files.sh
%.pl: %.pl.in
-rm -f $@.tmp