ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/test/Makefile.in
(Generate patch)

Comparing ermyth/test/Makefile.in (file contents):
Revision 1.3 by pippijn, Sat Jul 21 15:17:53 2007 UTC vs.
Revision 1.4 by pippijn, Sat Jul 21 15:19:06 2007 UTC

37 $$i; \ 37 $$i; \
38 done 38 done
39 39
40$(SRCDIR)/unit/runtest.h: $(SRCDIR)/unit/runtest.h.in 40$(SRCDIR)/unit/runtest.h: $(SRCDIR)/unit/runtest.h.in
41 @echo "Generating $@" 41 @echo "Generating $@"
42 @if [ "@ABSPATHS@" = "#" ]; then \
43 ${PERL} ${SRCDIR}/test/unit/gentests ${TESTCOUNT} $< > $@; \
44 else \
45 ${PERL} ${SRCDIR}/unit/gentests ${TESTCOUNT} $< > $@; \ 42 @${PERL} ${SRCDIR}/unit/gentests ${TESTCOUNT} $< > $@
46 fi
47 43
48.PHONY: depend clean distclean 44.PHONY: depend clean distclean
49 45
50# This sed command sucks but I don't know a better way -- jilles 46# This sed command sucks but I don't know a better way -- jilles
51depend: ${SRCDIR}/unit/runtest.h 47depend: ${SRCDIR}/unit/runtest.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines