diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-17 18:06:44 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-17 18:07:16 +0100 |
commit | 72720ac9b934af6f84111ec694fa46555d10a7bd (patch) | |
tree | f64811eb80233cd2f8103bbdb0bfcaebedc2f635 /scp2 | |
parent | 02ca4997d5a313c0679d7929f1f83f10f42f0510 (diff) |
scp2: argh, fix the *other* typo on that line too
Change-Id: I21f309e6cb53c129035d2985642a0e96c485cc56
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_quickstart.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/InstallModule_quickstart.mk b/scp2/InstallModule_quickstart.mk index 2a5e694ea7e0..8ac14c9ae99a 100644 --- a/scp2/InstallModule_quickstart.mk +++ b/scp2/InstallModule_quickstart.mk @@ -9,7 +9,7 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/quickstart)) -$(eval $(call gb_Installmodule_use_auto_install_libs,scp2/quickstart,\ +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/quickstart,\ quickstart \ )) |