diff options
Diffstat (limited to 'package/x11r7/pthread-stubs')
-rw-r--r-- | package/x11r7/pthread-stubs/pthread-stubs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/pthread-stubs/pthread-stubs.mk b/package/x11r7/pthread-stubs/pthread-stubs.mk index 25b443331..730b8f615 100644 --- a/package/x11r7/pthread-stubs/pthread-stubs.mk +++ b/package/x11r7/pthread-stubs/pthread-stubs.mk @@ -10,5 +10,5 @@ PTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/ PTHREAD_STUBS_INSTALL_STAGING = YES $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) |