diff options
Diffstat (limited to 'package/gperf')
-rw-r--r-- | package/gperf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gperf/Makefile b/package/gperf/Makefile index cfc0aa2f5..c8d2fe206 100644 --- a/package/gperf/Makefile +++ b/package/gperf/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= libstdc++ PKG_URL:= http://www.gnu.org/software/gperf/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk |