Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
4328de4f
Commit
4328de4f
authored
May 08, 2020
by
Jean-Claude Beaudoin
Browse files
Make target uninstall more robust.
parent
ed088cfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.in
View file @
4328de4f
...
...
@@ -531,7 +531,7 @@ uninstall:
*
)
$(RM)
$(DESTDIR)$(libdir)
/
$$
i
||
:
;;
\
esac
\
done
cd
$(DESTDIR)$(libdir)
&&
rm
-f
@SONAME3@ @SONAME2@ @SONAME1@ @SONAME@
-
(
cd
$(DESTDIR)$(libdir)
&&
rm
-f
@SONAME3@ @SONAME2@ @SONAME1@ @SONAME@
)
$(RM)
-r
$(DESTDIR)$(mkcldir)
# cd doc; $(MAKE) uninstall
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment