Skip to content

Commit cf46821

Browse files
committed
Corrected a self-referential symbolic link at installation time
1 parent f75bc72 commit cf46821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/wrappers/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ install-parser: $(srcdir)/ParseCompilerOpts.pm
3232
$(INSTALL_DATA) -D "$(srcdir)/ParseCompilerOpts.pm" "$(DESTDIR)$(perlsitelibdir)/ParseCompilerOpts.pm"
3333

3434
install-compiler-scripts: bf-gcc bf-clang
35-
$(LN_S) -f bf-clang $(DESTDIR)$(bindir)/bf-clang
3635
$(LN_S) -f bf-clang $(DESTDIR)$(bindir)/bf-clang++
3736
if HAVE_DRAGONEGG
3837
$(LN_S) -f bf-gcc $(DESTDIR)$(bindir)/bf-g++

0 commit comments

Comments
 (0)