diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ab29232276..f70cc80a1e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-22 15:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/rules.mk + ! Deleted dynlib related rule causing problems in some situations + at the same time doesn't seem to be needed at all. + 2009-08-22 14:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Display MAKESHELL value if set. diff --git a/harbour/config/rules.mk b/harbour/config/rules.mk index fe28cccddd..94f5b4fb30 100644 --- a/harbour/config/rules.mk +++ b/harbour/config/rules.mk @@ -89,11 +89,3 @@ endif # Rule to generate a C file from a PRG file. %.c : $(GRANDP)%.prg $(HB_RULE) - -ifneq ($(HB_BUILD_DLL),no) - -# Rule to generate an dynamic library from an object file. -%$(DYN_EXT) : %$(OBJ_DYN_POSTFIX)$(OBJ_EXT) - $(DY_RULE) - -endif