2009-06-14 21:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/pp/Makefile
    ! fixed / used as directory separator in $(RM) command with non *nix like
      shells
    * restored wildcard hack for some dynamic shortcut redirectors, f.e.
      DOSEMU
This commit is contained in:
Przemyslaw Czerpak
2009-06-14 19:10:30 +00:00
parent 5c80afaa36
commit 10de04c2fa
2 changed files with 14 additions and 2 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-14 21:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/pp/Makefile
! fixed / used as directory separator in $(RM) command with non *nix like
shells
* restored wildcard hack for some dynamic shortcut redirectors, f.e.
DOSEMU
2009-06-14 20:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/Makefile
- contrib/hbwin/legacyc.c

View File

@@ -24,7 +24,6 @@ include $(TOP)$(ROOT)config/lib.cf
INSTALL_RULE_LIBRARIES := $(INSTALL_RULE)
# TOFIX: Convert to backslash *when* needed.
HB_VERHEADER=$(TOP)$(ROOT)include/hbverbld.h
ifeq ($(HB_CHANGELOG),)
@@ -33,6 +32,12 @@ ifeq ($(HB_CHANGELOG),)
HB_CHANGELOG:=$(wildcard $(TOP)$(ROOT)[Cc]hange[Ll]o)
ifeq ($(HB_CHANGELOG),)
HB_CHANGELOG:=$(wildcard $(TOP)$(ROOT)[Cc]hange~1)
ifeq ($(HB_CHANGELOG),)
HB_CHANGELOG:=$(wildcard $(TOP)$(ROOT)[Cc]hange~?)
ifeq ($(HB_CHANGELOG),)
HB_CHANGELOG:=$(wildcard $(TOP)$(ROOT)[Cc]hang~??)
endif
endif
endif
endif
endif
@@ -56,4 +61,4 @@ install::
$(INSTALL_RULE_LIBRARIES)
clean::
-$(RM) $(HB_VERHEADER)
-$(RM) $(subst /,$(DIRSEP),$(HB_VERHEADER))