diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/missing-macros/Makefile | 2 | ||||
-rw-r--r-- | tools/missing-macros/src/m4/mfx_limits.m4 | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tools/missing-macros/Makefile b/tools/missing-macros/Makefile index 3d3ee4cbef..1e423621bd 100644 --- a/tools/missing-macros/Makefile +++ b/tools/missing-macros/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=missing-macros -PKG_RELEASE:=10 +PKG_RELEASE:=11 include $(INCLUDE_DIR)/host-build.mk diff --git a/tools/missing-macros/src/m4/mfx_limits.m4 b/tools/missing-macros/src/m4/mfx_limits.m4 index d63a14bb96..b4e3ceba8f 100644 --- a/tools/missing-macros/src/m4/mfx_limits.m4 +++ b/tools/missing-macros/src/m4/mfx_limits.m4 @@ -147,8 +147,6 @@ case $host_os in cygwin* | mingw* | pw32*) test "X$LIBS" != "X" && LIBS="$LIBS " LIBS="${LIBS}-lwinmm" ;; -*) - ;; esac fi ])# |