From 140710e6ea815387d8bdd9ec63a4d70513c2f406 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Mon, 21 Jun 1999 23:26:47 +0000 Subject: [PATCH] ChangeLog: 19990622-00:22 --- harbour/ChangeLog | 6 ++++++ harbour/config/prg.cf | 2 -- harbour/config/test.cf | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e394b95cce..8d550e9d2c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990622-00:22 Ryszard Glab + * config/prg.cf + * config/test.cf + * corrected to support creation of executables that don't contain + extension + 19990621-19:00 CET Ad Franse + source/rdd/rdd.api + include/compat.h; include/super.h; include/compat.h diff --git a/harbour/config/prg.cf b/harbour/config/prg.cf index 886c8d1fe5..8ff746c590 100644 --- a/harbour/config/prg.cf +++ b/harbour/config/prg.cf @@ -8,8 +8,6 @@ PRG_EXES = $(PRG_SOURCES:.prg=$(EXE_EXT)) ALL_PRG_OBJS = $(PRG_OBJS) -$(PRG_EXES) : %$(EXE_EXT) : %$(OBJ_EXT) - $(PRG_OBJS) : %$(OBJ_EXT) : %.c $(PRG_C_SOURCES) : %.c : $(GRANDP)%.prg diff --git a/harbour/config/test.cf b/harbour/config/test.cf index 786fc89beb..acc4884932 100644 --- a/harbour/config/test.cf +++ b/harbour/config/test.cf @@ -5,7 +5,7 @@ include $(TOP)$(ROOT)config/global.cf include $(TOP)$(ROOT)config/prg.cf -first : dirbase descend +first : dirbase ^^^d^e^s^c^e^n^d^^^ -descend : +^^^d^e^s^c^e^n^d^^^ : @$(MK) -C $(ARCH_DIR) -f $(GRANDP)Makefile 'TOP=$(GRANDP)' $(PRG_EXES)