aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-05-02 15:58:23 -0700
committerAndrew Waterman <andrew@sifive.com>2022-05-02 15:58:23 -0700
commite13a2ec9433a6900feafd260fa9bb3374ab531c7 (patch)
tree01f2274af32adc1f4e810af19f678d6809b22507
parent47bc49ace128d8d9272be6098870d6f919ccbaa4 (diff)
downloadriscv-opcodes-e13a2ec9433a6900feafd260fa9bb3374ab531c7.zip
riscv-opcodes-e13a2ec9433a6900feafd260fa9bb3374ab531c7.tar.gz
riscv-opcodes-e13a2ec9433a6900feafd260fa9bb3374ab531c7.tar.bz2
Fix make install
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b512dda..bfadf3f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,6 @@ INSTALL_HEADER_FILES := $(ISASIM_H) $(PK_H) $(ENV_H) $(OPENOCD_H)
default: everything
-install: everything
- set -e; for FILE in $(INSTALL_HEADER_FILES); do cp -f encoding.out.h $$FILE; done
-
.PHONY : everything
everything:
@./parse.py -c -go -chisel -sverilog -rust -latex -spinalhdl $(EXTENSIONS)
@@ -43,7 +40,7 @@ clean:
rm -f inst* priv-instr-table.tex encoding.out.h
.PHONY : install
-install: c
+install: everything
set -e; for FILE in $(INSTALL_HEADER_FILES); do cp -f encoding.out.h $$FILE; done
.PHONY: instr-table.tex