Unistd.h is the first make target

This commit is contained in:
Paul Tucker
2000-03-07 14:21:08 +00:00
parent 1dd784144d
commit 4349c16342
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
20000307-09:20 EST Paul Tucker <ptucker@sympatico.ca>
* makefile.vc
* create unistd.h moved to first target
20000307-12:35 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/pp/hbpp.c -> ppcore.c
source/pp/hbppint.c -> ppcomp.c

View File

@@ -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):