mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Add explicit dependency to install target to ensure all needed files have been built
This commit is contained in:
parent
bb806fe2b6
commit
6fef9e11d3
2
Makefile
2
Makefile
@ -132,7 +132,7 @@ clean_release:
|
|||||||
rm -rf $(OBJDIR_RELEASE)/src
|
rm -rf $(OBJDIR_RELEASE)/src
|
||||||
rm -f $(MAN_DIR)/$(MAN_PAGE) $(MAN_DIR)/$(MAN_PAGE).gz
|
rm -f $(MAN_DIR)/$(MAN_PAGE) $(MAN_DIR)/$(MAN_PAGE).gz
|
||||||
|
|
||||||
install:
|
install: release
|
||||||
mkdir -p $(DESTDIR)/usr/bin
|
mkdir -p $(DESTDIR)/usr/bin
|
||||||
install $(OUT_RELEASE) $(DESTDIR)/usr/bin
|
install $(OUT_RELEASE) $(DESTDIR)/usr/bin
|
||||||
if test -f $(MAN_DIR)/$(MAN_PAGE).gz; then \
|
if test -f $(MAN_DIR)/$(MAN_PAGE).gz; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user