diff --git a/debian/rules b/debian/rules index 581c052b..82f9e2c5 100755 --- a/debian/rules +++ b/debian/rules @@ -99,11 +99,12 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL if test -h lldb; then \ rm lldb; \ fi; \ - ln -s ../lldb .; \ - if test -h polly; then \ - rm polly; \ - fi; \ - ln -s ../polly .; \ + ln -s ../lldb .; +# \ +# if test -h polly; then \ +# rm polly; \ +# fi; \ +# ln -s ../polly .; \ cd projects/ && \