1 diff --git a/src/Makevars b/src/Makevars
2 index 4f3fa42ce752..e48e45561292 100755
5 @@ -24,12 +24,6 @@ FILES = $(CFILES) $(CPPFILES)
7 OBJECTS = $(CPPFILES:.cpp=.o) $(CFILES:.c=.o)
10 - if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug $(SHLIB); fi
13 -.phony: strippedLib clean
15 RHTSLIB_LIBS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \
16 'Rhtslib::pkgconfig("PKG_LIBS")')
17 RHTSLIB_CPPFLAGS=$(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript" -e \