Skip to content

Commit afa71ab

Browse files
committed
add missing dependency to the desciprion file install target
Signed-off-by: Filipe Laíns <[email protected]>
1 parent ef8c59a commit afa71ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile.pre.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ frameworkinstallextras:
25582558

25592559
# Install the
25602560
.PHONY: descfileinstall
2561-
descfileinstall:
2561+
descfileinstall: install
25622562
$(INSTALL) -m $(FILEMODE) ./install-details.json $(DESTDIR)$(LIBDEST)/install-details.json
25632563

25642564
# Build the toplevel Makefile

0 commit comments

Comments
 (0)