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.2 by pippijn, Sat Jul 21 02:00:31 2007 UTC vs.
Revision 1.3 by pippijn, Sat Jul 21 15:17:53 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 \
42 @${PERL} ${SRCDIR}/unit/gentests ${TESTCOUNT} $< > $@ 45 ${PERL} ${SRCDIR}/unit/gentests ${TESTCOUNT} $< > $@; \
46 fi
43 47
44.PHONY: depend clean distclean 48.PHONY: depend clean distclean
45 49
46# This sed command sucks but I don't know a better way -- jilles 50# This sed command sucks but I don't know a better way -- jilles
47depend: ${SRCDIR}/unit/runtest.h 51depend: ${SRCDIR}/unit/runtest.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines