diff src/sqlite.mk @ 1499:9e587ca588dc

remove $($PKG)_SUBDIR) from FILE and URL defintions For now this means a bit of duplication, but if the remaining references to SUBDIR can be dealt with, we should be able to get rid of the SUBDIR defintion altogether.
author Mark Brand <mabrand@mabrand.nl>
date Sun, 12 Dec 2010 01:16:13 +0100
parents 1bb2b5a951f5
children d95d09b1d689
line wrap: on
line diff
--- a/src/sqlite.mk	Sat Dec 11 23:19:47 2010 +0100
+++ b/src/sqlite.mk	Sun Dec 12 01:16:13 2010 +0100
@@ -7,7 +7,7 @@
 $(PKG)_VERSION  := 3070400
 $(PKG)_CHECKSUM := 43848641320cb60fb7f445bc295b9870cdc127be
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
-$(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
+$(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://www.sqlite.org/
 $(PKG)_URL      := http://www.sqlite.org/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc