diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-21 19:44:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-21 19:44:55 +0000 |
commit | 1b55e2887afa1270635f9c9a1836d539e11144fa (patch) | |
tree | 018b4a373caeaac65a0544ac231f9b2ee5e0f254 /utils/Makefile.in | |
parent | 1e2f7c85f91dde777faef3abf8a0be6753d00fb5 (diff) |
Add deinstall/uninstall targets, even when they're no-ops.
svn path=/Makefile.in; revision=3628
Diffstat (limited to 'utils/Makefile.in')
-rw-r--r-- | utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in index cd00afd9..e51b0f31 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -2,7 +2,7 @@ SUBDIRS = uri print_manifest print_roa hashdir find_roa -all clean test distclean install:: +all clean test distclean install deinstall uninstall:: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done distclean:: |