2009-08-24 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/global.mk
    % Added all/clean/install as .PHONY targets.
    ! Fixed one error message. (had mistyped HB_ARCHITECTURE)
This commit is contained in:
Viktor Szakats
2009-08-24 16:32:53 +00:00
parent d379e36a58
commit b3c1653346
2 changed files with 8 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-24 18:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
% Added all/clean/install as .PHONY targets.
! Fixed one error message. (had mistyped HB_ARCHITECTURE)
2009-08-24 18:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Improvements. (f.e. moved non-*nix sections to top of

View File

@@ -46,6 +46,8 @@ substpat := !@!@
# a performance boost on a slow system.
.SUFFIXES:
.PHONY: all clean install
need := 3.81
ok := $(filter $(need),$(firstword $(sort $(MAKE_VERSION) $(need))))
@@ -850,7 +852,7 @@ ifeq ($(HB_COMPILER),)
endif
ifeq ($(HB_PLATFORM),)
$(error ! HB_ARCHICTECTURE not set, couldn't autodetect)
$(error ! HB_PLATFORM not set, couldn't autodetect)
endif
ifeq ($(HB_COMPILER),)
$(error ! HB_COMPILER not set, couldn't autodetect)