Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text

It defaults to TARGET_DIR, not STAGING_DIR.
This commit is contained in:
Peter Korsgaard 2008-09-14 19:19:06 +00:00
parent 346844d057
commit 79d7e95d5a

View File

@ -52,7 +52,7 @@
# FOO_UNINSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR)/usr uninstall]
# arguments passed to <make> while uninstalling from the staging
# directory
# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(STAGING_DIR)/usr uninstall]
# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(TARGET_DIR)/usr uninstall]
# arguments passed to <make> while uninstalling from the target
# directory
# FOO_SUBDIR [default empty]