Unistd.h is the first make target
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user