* tests/depcomp3.test: Do not uselessly escape the character `$'
in makefile rules, when it's used to expand a make macro.
* tests/depcomp5.test: Likewise.
+2010-08-18 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ Fix potential regressions in depcomp{3,5}.test.
+ * tests/depcomp3.test: Do not uselessly escape the character `$'
+ in makefile rules, when it's used to expand a make macro.
+ * tests/depcomp5.test: Likewise.
+
2010-08-08 Stefano Lattarini <stefano.lattarini@gmail.com>
Minor improvements and fixes in tests `depcomp*.test'.
.PHONY: grepdeps
grepdeps:
- grep 'src/sub\.\$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
+ grep 'src/sub\.$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
END
.PHONY: grepdeps
grepdeps:
- grep 'src/sub\.\$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
+ grep 'src/sub\.$(OBJEXT).*:' src/$(DEPDIR)/sub.Po
END