We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75bc72 commit cf46821Copy full SHA for cf46821
tools/wrappers/Makefile.am
@@ -32,7 +32,6 @@ install-parser: $(srcdir)/ParseCompilerOpts.pm
32
$(INSTALL_DATA) -D "$(srcdir)/ParseCompilerOpts.pm" "$(DESTDIR)$(perlsitelibdir)/ParseCompilerOpts.pm"
33
34
install-compiler-scripts: bf-gcc bf-clang
35
- $(LN_S) -f bf-clang $(DESTDIR)$(bindir)/bf-clang
36
$(LN_S) -f bf-clang $(DESTDIR)$(bindir)/bf-clang++
37
if HAVE_DRAGONEGG
38
$(LN_S) -f bf-gcc $(DESTDIR)$(bindir)/bf-g++
0 commit comments