From 180d240dccb081179bb97580aeb870e696aaf194 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 18 Oct 1999 07:46:41 +0000 Subject: [PATCH] 19991018-09:34 GMT+1 --- harbour/ChangeLog | 9 +++++++++ harbour/source/rdd/Makefile | 1 + harbour/source/{rtl => rdd}/rddord.prg | 0 harbour/source/rtl/Makefile | 1 - 4 files changed, 10 insertions(+), 1 deletion(-) rename harbour/source/{rtl => rdd}/rddord.prg (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 86d5237808..47d0a0b235 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,12 @@ +19991018-09:34 GMT+1 Victor Szel + * source/rtl/rddord.prg moved to + source/rdd/rddord.prg + source/rtl/Makefile + source/rdd/Makefile + * Moved to the proper place. + WARNING ! Please update non-GNU make systems. + (sorry for the huge amount of make file changes) + 19991018-03:25 EDT Paul Tucker * makefile.vc + source/rtl/samples.c diff --git a/harbour/source/rdd/Makefile b/harbour/source/rdd/Makefile index 8ead34863a..ac0cbbe323 100644 --- a/harbour/source/rdd/Makefile +++ b/harbour/source/rdd/Makefile @@ -15,6 +15,7 @@ PRG_SOURCES=\ dbf0.prg \ sdf0.prg \ delim0.prg \ + rddord.prg \ rddsys.prg \ LIBNAME=rdd diff --git a/harbour/source/rtl/rddord.prg b/harbour/source/rdd/rddord.prg similarity index 100% rename from harbour/source/rtl/rddord.prg rename to harbour/source/rdd/rddord.prg diff --git a/harbour/source/rtl/Makefile b/harbour/source/rtl/Makefile index 3c79bfcaf1..a13141aded 100644 --- a/harbour/source/rtl/Makefile +++ b/harbour/source/rtl/Makefile @@ -64,7 +64,6 @@ PRG_SOURCES=\ objfunc.prg \ readkey.prg \ readvar.prg \ - rddord.prg \ setfunc.prg \ setkey.prg \ setta.prg \