Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit cb321ef

Browse files
committed
Fix the install target.
1 parent d5a2d98 commit cb321ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ install: $(addprefix bin/, $(results))
134134
$(INSTALL) -m755 bin/Mono.Debugging.dll $(PREFIX)/lib/sdb
135135
$(INSTALL) -m755 bin/Mono.Debugging.Soft.dll $(PREFIX)/lib/sdb
136136
$(INSTALL) -m755 bin/System.Collections.Immutable.dll $(PREFIX)/lib/sdb
137-
$(INSTALL) -m755 bin/System.Metadata.Reflection.dll $(PREFIX)/lib/sdb
137+
$(INSTALL) -m755 bin/System.Reflection.Metadata.dll $(PREFIX)/lib/sdb
138138
$(INSTALL) -m755 bin/sdb.exe $(PREFIX)/lib/sdb
139139
$(INSTALL) -m755 bin/sdb.exe.config $(PREFIX)/lib/sdb
140140
$(INSTALL) -m755 -d $(PREFIX)/bin

0 commit comments

Comments
 (0)