diff options
Diffstat (limited to 'package/m4/m4.mk')
-rw-r--r-- | package/m4/m4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/m4/m4.mk b/package/m4/m4.mk index d2f3be587..f0d501987 100644 --- a/package/m4/m4.mk +++ b/package/m4/m4.mk @@ -17,5 +17,5 @@ endif HOST_M4_CONF_OPT = --disable-static -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) $(eval $(host-autotools-package)) |