summaryrefslogtreecommitdiffstats
path: root/docs/manual/adding-packages-autotools.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/adding-packages-autotools.txt')
-rw-r--r--docs/manual/adding-packages-autotools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index 1184b6996..4127df46e 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -133,13 +133,13 @@ cases, typical packages will therefore only use a few of them.
* +LIBFOO_INSTALL_STAGING_OPT+ contains the make options
used to install the package to the staging directory. By default, the
- value is +DESTDIR=$$(STAGING_DIR) install+, which is
+ value is +DESTDIR=$(STAGING_DIR) install+, which is
correct for most autotools packages. It is still possible to override
it.
* +LIBFOO_INSTALL_TARGET_OPT+ contains the make options
used to install the package to the target directory. By default, the
- value is +DESTDIR=$$(TARGET_DIR) install+. The default
+ value is +DESTDIR=$(TARGET_DIR) install+. The default
value is correct for most autotools packages, but it is still possible
to override it if needed.