2009-04-10 04:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* external/Makefile
* contrib/Makefile
! Fixed make error when all subdirs were excluded.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-04-10 04:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* external/Makefile
|
||||
* contrib/Makefile
|
||||
! Fixed make error when all subdirs were excluded.
|
||||
|
||||
2009-04-09 20:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
- Disabled UPX support for all non-Linux *nix systems.
|
||||
|
||||
@@ -58,4 +58,8 @@ DIRS += $(HB_CONTRIB_ADDONS)
|
||||
|
||||
# DIRS += examples
|
||||
|
||||
include $(ROOT)config/dir.cf
|
||||
ifneq ($(DIRS),)
|
||||
include $(TOP)$(ROOT)config/dir.cf
|
||||
else
|
||||
include $(TOP)$(ROOT)config/none.cf
|
||||
endif
|
||||
|
||||
6
harbour/external/Makefile
vendored
6
harbour/external/Makefile
vendored
@@ -22,4 +22,8 @@ endif
|
||||
|
||||
DIRS += $(HB_EXTERNAL_ADDONS)
|
||||
|
||||
include $(ROOT)config/dir.cf
|
||||
ifneq ($(DIRS),)
|
||||
include $(TOP)$(ROOT)config/dir.cf
|
||||
else
|
||||
include $(TOP)$(ROOT)config/none.cf
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user