diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 488194a8af..f33d3592e8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-04 03:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/linux/sunpro.cf + * config/sunos/sunpro.cf + ! Fixed bug I've mistakenly added when applying the patch. + 2009-08-04 03:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/dynlibhb.c ! Fixed to not use dl*() functions on linux/sunpro. diff --git a/harbour/config/linux/sunpro.cf b/harbour/config/linux/sunpro.cf index bff625f435..3d82cc5a68 100644 --- a/harbour/config/linux/sunpro.cf +++ b/harbour/config/linux/sunpro.cf @@ -24,9 +24,9 @@ CPPFLAGS = -I. -I$(HB_INC_COMPILE) LDFLAGS = ifneq ($(HB_BUILD_WARN),no) -CFLAGS += -erroff=%all -else CFLAGS += -erroff=%none +else +CFLAGS += -erroff=%all endif ifneq ($(HB_BUILD_OPTIM),no) diff --git a/harbour/config/sunos/sunpro.cf b/harbour/config/sunos/sunpro.cf index 8dcde2e2c4..47e438d45b 100644 --- a/harbour/config/sunos/sunpro.cf +++ b/harbour/config/sunos/sunpro.cf @@ -26,9 +26,9 @@ CFLAGS ?= -xarch=v8 LDFLAGS = ifneq ($(HB_BUILD_WARN),no) -CFLAGS += -erroff=%all -else CFLAGS += -erroff=%none +else +CFLAGS += -erroff=%all endif ifneq ($(HB_BUILD_OPTIM),no)