diff options
Diffstat (limited to 'utils/print_manifest/Makefile.in')
-rw-r--r-- | utils/print_manifest/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/print_manifest/Makefile.in b/utils/print_manifest/Makefile.in index 5055e830..4ca7028d 100644 --- a/utils/print_manifest/Makefile.in +++ b/utils/print_manifest/Makefile.in @@ -27,7 +27,7 @@ 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: +install deinstall uninstall: @true distclean: clean |