Loading Makefile.in +2 −6 Original line number Diff line number Diff line Loading @@ -455,12 +455,8 @@ $(testcase_STUBS): %.tests: %.c $(top_srcdir)/build/httpdunit_gen_stubs.pl < "$<" > "$@" test/httpdunit.cases: $(testcase_SOURCES) | unittest-objdir for t in $^; do \ $(top_srcdir)/build/httpdunit_gen_cases.pl --declaration < "$$t"; \ done > $@ for t in $^; do \ $(top_srcdir)/build/httpdunit_gen_cases.pl < "$$t"; \ done >> $@ cat $^ | $(top_srcdir)/build/httpdunit_gen_cases.pl --declaration > $@ cat $^ | $(top_srcdir)/build/httpdunit_gen_cases.pl >> $@ test/httpdunit.lo: test/httpdunit.c test/httpdunit.cases | unittest-objdir Loading Loading
Makefile.in +2 −6 Original line number Diff line number Diff line Loading @@ -455,12 +455,8 @@ $(testcase_STUBS): %.tests: %.c $(top_srcdir)/build/httpdunit_gen_stubs.pl < "$<" > "$@" test/httpdunit.cases: $(testcase_SOURCES) | unittest-objdir for t in $^; do \ $(top_srcdir)/build/httpdunit_gen_cases.pl --declaration < "$$t"; \ done > $@ for t in $^; do \ $(top_srcdir)/build/httpdunit_gen_cases.pl < "$$t"; \ done >> $@ cat $^ | $(top_srcdir)/build/httpdunit_gen_cases.pl --declaration > $@ cat $^ | $(top_srcdir)/build/httpdunit_gen_cases.pl >> $@ test/httpdunit.lo: test/httpdunit.c test/httpdunit.cases | unittest-objdir Loading