From 94cde1d19ff71cfa5c3138dc9fd3c12080b42ee0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 27 Aug 2009 17:16:44 +0000 Subject: [PATCH] 2009-08-27 19:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/rules.mk ! Mistake slipped in. --- harbour/ChangeLog | 4 ++++ harbour/config/rules.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f44a845260..d8f082c82b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-27 19:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/rules.mk + ! Mistake slipped in. + 2009-08-27 18:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/bsd/gcc.mk * config/hpux/gcc.mk diff --git a/harbour/config/rules.mk b/harbour/config/rules.mk index 1d1ec96659..ca60423b09 100644 --- a/harbour/config/rules.mk +++ b/harbour/config/rules.mk @@ -37,7 +37,7 @@ CC_FLAGS := $(HB_INC_DEPEND) $(CPPFLAGS) $(CFLAGS) $(HB_CFLAGS) # The rule to compile a C source file. ifeq ($(CC_RULE),) - CC_RULE = $(CC) $(CC_FLAGS) $(HB_USER_CFLAGS) $(CC_IN) $< $(CC_OUT)$(