diff options
author | Rob Austein <sra@hactrn.net> | 2010-12-31 19:57:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-12-31 19:57:09 +0000 |
commit | bc934a48ac4377c2c6477f490494bf1cebe88e45 (patch) | |
tree | 29ca1deef88d3da478a91538071142f9a4511ac0 /utils/print_manifest | |
parent | 6c764b15f07f87271ff01ca2bc55b0bcd318c74d (diff) |
distclean target
svn path=/Makefile.in; revision=3596
Diffstat (limited to 'utils/print_manifest')
-rw-r--r-- | utils/print_manifest/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/print_manifest/Makefile.in b/utils/print_manifest/Makefile.in index c1d8ca40..2815f439 100644 --- a/utils/print_manifest/Makefile.in +++ b/utils/print_manifest/Makefile.in @@ -24,3 +24,9 @@ MANIFEST_DIR = @top_srcdir@/rpkid/tests/smoketest.dir/publication test: all -date -u +'now: %Y%m%d%H%M%SZ' if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./${BIN} {} \; ; else :; fi + +install: + @true + +distclean: clean + rm -f Makefile |