mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text
It defaults to TARGET_DIR, not STAGING_DIR.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user