diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 47a441a8ce..ac1cf5dbf0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-11 17:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.cf + * config/dir.cf + - Deleted PM option. No longer needed. + 2009-08-11 17:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + tests/hbpptest/hbpptest.hbp + tests/bldtest/bldtest.hbp diff --git a/harbour/config/dir.cf b/harbour/config/dir.cf index 0e5dc53629..724d862cfc 100644 --- a/harbour/config/dir.cf +++ b/harbour/config/dir.cf @@ -18,9 +18,7 @@ else endif ifeq ($(JOB_SRV),NO) - ifeq ($(PM),) # Only traverse directories if not compiling a specific module - include $(TOP)$(ROOT)config/dirsh.cf - endif + include $(TOP)$(ROOT)config/dirsh.cf endif ifeq ($(DIR_RULE),) diff --git a/harbour/config/global.cf b/harbour/config/global.cf index 6dbf0e20d2..01bbedbce7 100644 --- a/harbour/config/global.cf +++ b/harbour/config/global.cf @@ -177,7 +177,7 @@ ifeq ($(HB_CONFIG_SHOWN),) # Some additional ones to be given a standard name: # HB_HOST_BUILD [yes|lib], HB_XBUILD, HB_WITHOUT_*, HB_REBUILD_PARSER, HB_DB_DRVEXT # HB_COMMERCE, HB_CRS_LIB, HB_BUILD_VERBOSE, HB_BIN_COMPILE, HB_INC_COMPILE - # HB_POSTINST, HB_ROOTPOSTINST, HB_POSTINSTPARAM, PM + # HB_POSTINST, HB_ROOTPOSTINST, HB_POSTINSTPARAM ifeq ($(HB_DYNLIB),yes) $(info ! Dynamic library creation phase)