diff options
Diffstat (limited to 'vars/clang_host.vars')
-rw-r--r-- | vars/clang_host.vars | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vars/clang_host.vars b/vars/clang_host.vars index 03ded26f..06bf2001 100644 --- a/vars/clang_host.vars +++ b/vars/clang_host.vars @@ -2,10 +2,6 @@ # set -o errexit -o noglob are assumed. # -pkg_clang_host_configure_pre() { - build_fileop rm "${WORKDIR}/Makefile"; -}; - pkg_clang_host_configure() { build_fileop rm "../cfe-${PKG_VERSION}-host"; build_fileop mkdir "../cfe-${PKG_VERSION}-host"; |