diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-28 17:20:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-28 17:20:23 +0000 |
commit | cdb1223510857cb028d9a2978c43976410f65dea (patch) | |
tree | 452bfabe1f19f709adf563ac86a430b370ca5673 | |
parent | 54508fc9c55fc751d3f0286fe13858793753c243 (diff) |
Dependency nit
svn path=/rpkid/Makefile.in; revision=3795
-rw-r--r-- | rpkid/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index baf99cd2..5d846063 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -109,7 +109,7 @@ all-tests:: unit-tests all-tests:: relaxng -test all-tests parse-test profile yamltest:: +test all-tests parse-test profile yamltest:: all cd tests; $(MAKE) $@ tags: Makefile |