~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Kristian Nielsen
  • Date: 2009-01-06 23:31:46 UTC
  • mto: (779.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: knielsen@odin-20090106233146-e6vk9w7842yjq8cr
Use mkdir_p instead of MKDIR_P to not require as new autotool versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        $(RM) -f mtr dtr
69
69
        $(LN_S) ${top_srcdir}/tests/test-run.pl mtr
70
70
        $(LN_S) ${top_srcdir}/tests/test-run.pl dtr
71
 
        $(MKDIR_P) ${top_builddir}/tests/var
 
71
        $(mkdir_p) ${top_builddir}/tests/var
72
72
 
73
73
# test-run - a shortcut for executing test-run.pl
74
74
test-run: