Skip to content

Commit f792b64

Browse files
committed
add missing dependency to the desciprion file install target
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 7e7c59a commit f792b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

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

26782678
# Install the
26792679
.PHONY: descfileinstall
2680-
descfileinstall:
2680+
descfileinstall: install
26812681
$(INSTALL) -m $(FILEMODE) ./install-details.json $(DESTDIR)$(LIBDEST)/install-details.json
26822682

26832683
# Build the toplevel Makefile

0 commit comments

Comments
 (0)