diff options
Diffstat (limited to 'package/fftw/Makefile')
-rw-r--r-- | package/fftw/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/fftw/Makefile b/package/fftw/Makefile index 9aa5108af..cf85aa63a 100644 --- a/package/fftw/Makefile +++ b/package/fftw/Makefile @@ -13,12 +13,10 @@ PKG_URL:= http://www.fftw.org PKG_SITES:= http://www.fftw.org/ PKG_OPTS:= dev -# if downloaded package is not ending with .tar.xz use following DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz include $(ADK_TOPDIR)/mk/package.mk - CONFIG_STYLE:= manual BUILD_STYLE:= manual INSTALL_STYLE:= manual |