Skip to content

Commit

Permalink
Fix list of installed files for 64 bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Aug 2, 2020
1 parent b4cbfe8 commit aed55b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ endif

PROGS64_FILES=$(V64_ORDINARY)

INSTALL_FILES_SRC=$(shell util/calc_install_files $(PROGSDIR))
INSTALL_FILES_SRC=$(shell BITSIZE=$(BITSIZE) ARCH=$(ARCH) util/calc_install_files $(PROGSDIR))
INSTALL_FILES_VO=$(patsubst %.v,%.vo,$(INSTALL_FILES_SRC))
INSTALL_FILES=$(sort $(INSTALL_FILES_SRC) $(INSTALL_FILES_VO))

Expand Down

0 comments on commit aed55b5

Please sign in to comment.