diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-10-04 05:06:05 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-10-04 05:06:05 (GMT) |
commit | 485a79c6d48be2909550cdb22e5d2dc47eb44c3e (patch) | |
tree | 15410c9a03e618b4f50ec6832fb29dde9b09f434 /src | |
parent | ee5db756fa617c9d5ba6ffb1c9f19cf256a880e3 (diff) | |
download | mxe-485a79c6d48be2909550cdb22e5d2dc47eb44c3e.zip mxe-485a79c6d48be2909550cdb22e5d2dc47eb44c3e.tar.gz mxe-485a79c6d48be2909550cdb22e5d2dc47eb44c3e.tar.bz2 |
pthreads: remove dummy FILE and CHECKSUM entires
Diffstat (limited to 'src')
-rw-r--r-- | src/pthreads.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk index 6010904..827cce8 100644 --- a/src/pthreads.mk +++ b/src/pthreads.mk @@ -6,8 +6,6 @@ PKG := pthreads $(PKG)_VERSION := POSIX 1003.1-2001 -$(PKG)_CHECKSUM = $(winpthreads_CHECKSUM) -$(PKG)_FILE = $(winpthreads_FILE) $(PKG)_DEPS := winpthreads define $(PKG)_UPDATE |