diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index f500a5f09b8dc08f03bd848cf9850615a7df789b..7c89e975bcf4e5fddec7b2ac51529fd532114fad 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -10,8 +10,7 @@ DLSUFFIX = .so
 ifneq ($(GCC), yes)
   ifeq ($(host_os), aix3.2.5)
     LDFLAGS_SL = -e _nostart
-  endif
-  ifneq (,$(findstring aix4.1, $(host_os)))
+  else
     LDFLAGS_SL = -bnoentry
   endif
 endif