diff options
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/webplugin.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Uses/webplugin.mk b/Mk/Uses/webplugin.mk index 5c4b032c8d0a..cf69f2d7aae2 100644 --- a/Mk/Uses/webplugin.mk +++ b/Mk/Uses/webplugin.mk @@ -54,7 +54,6 @@ # [...] # %%WEBPLUGIN_DIR%%/fooplugin.so # %%WEBPLUGIN_DIR%%/fooplugin.xpi -# @dirrmtry %%WEBPLUGIN_DIR%% # ------------------------------------------------------ # # Here is what it will look like when it creates the symlinks: @@ -93,7 +92,6 @@ # lib/application/fooplugin.la # lib/application/fooplugin.so # lib/application/fooplugin.xpi -# @dirrm lib/application # ------------------------------------------------------ # # Here is what it will look like when it creates symlinks: |