Skip to content

Commit

Permalink
Merge pull request #446 from MSoegtropIMC/fix_64bit_installed_file_list
Browse files Browse the repository at this point in the history
Fix 64bit installed file list
  • Loading branch information
andrew-appel authored Aug 2, 2020
2 parents 48cae9b + aed55b5 commit 8504124
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 8504124

Please sign in to comment.