oops, fix .common_uninstall make-target
[skip-ci]
This commit is contained in:
parent
e6d23834ae
commit
a22140f94c
@ -412,8 +412,8 @@ install_hooks: $(call print-help,install_hooks,Installs the git hooks)
|
|||||||
|
|
||||||
HEADER_FILES=$(notdir $(HEADERS))
|
HEADER_FILES=$(notdir $(HEADERS))
|
||||||
.common_uninstall:
|
.common_uninstall:
|
||||||
$(UNINSTALL_CMD) $(LIBPATH)/$(LIBNAME)
|
$(UNINSTALL_CMD) $(DESTDIR)$(LIBPATH)/$(LIBNAME)
|
||||||
rm $(HEADER_FILES:%=$(INCPATH)/%)
|
rm $(HEADER_FILES:%=$(DESTDIR)$(INCPATH)/%)
|
||||||
|
|
||||||
#This rule cleans the source tree of all compiled code, not including the pdf
|
#This rule cleans the source tree of all compiled code, not including the pdf
|
||||||
#documentation.
|
#documentation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user