X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=8e6689437a5d005bbdf42b38c64be0fc3990f671;hb=15b8b62ac20add6de8954053335487a7a492a462;hp=a396d8f3d630c6789faea6e345a83644373bfd1f;hpb=cbd1a6049adbbc21081104a1cb7c2b793652106a;p=platform%2Fupstream%2Fautomake.git diff --git a/Makefile.am b/Makefile.am index a396d8f..8e66894 100644 --- a/Makefile.am +++ b/Makefile.am @@ -400,16 +400,16 @@ defs-static: defs-static.in Makefile EXTRA_DIST += defs-static.in CLEANFILES += defs-static -t/ax/runtest: t/ax/runtest.in Makefile +runtest: runtest.in Makefile $(AM_V_at)rm -f $@ $@-t - $(AM_V_GEN)in=t/ax/runtest.in \ + $(AM_V_GEN)in=runtest.in \ && $(MKDIR_P) t/ax \ - && $(do_subst) <$(srcdir)/t/ax/runtest.in >$@-t \ + && $(do_subst) <$(srcdir)/runtest.in >$@-t \ && chmod a+x $@-t $(generated_file_finalize) -EXTRA_DIST += t/ax/runtest.in -CLEANFILES += t/ax/runtest -noinst_SCRIPTS = t/ax/runtest +EXTRA_DIST += runtest.in +CLEANFILES += runtest +noinst_SCRIPTS = runtest # If two test scripts have the same basename, they will end up sharing # the same log file, leading to all sort of undefined and undesired