From 4349c16342d6e76a8e77d8c55ea426f08484ae63 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Tue, 7 Mar 2000 14:21:08 +0000 Subject: [PATCH] Unistd.h is the first make target --- harbour/ChangeLog | 4 ++++ harbour/makefile.vc | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f305c9558a..198e3aa7ff 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000307-09:20 EST Paul Tucker + * makefile.vc + * create unistd.h moved to first target + 20000307-12:35 GMT+1 Victor Szakats * source/pp/hbpp.c -> ppcore.c source/pp/hbppint.c -> ppcomp.c diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 9b2635fc8d..291fd755ad 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -324,13 +324,13 @@ VM_LIB_OBJS = \ # Our default target # -all: $(HARBOUR_EXE) \ +all: $(UNISTD) \ + $(HARBOUR_EXE) \ $(LIBLIST) \ $(PP_EXE) \ $(RUNNER_EXE) \ $(REGRESS_EXE) \ - $(HBDOC_EXE) \ - $(UNISTD) + $(HBDOC_EXE) # $(RUNNER_DLL) $(UNISTD):