mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
disabled pipetools compilation for cross compilation
svn path=/trunk/; revision=6891
This commit is contained in:
parent
b04c081348
commit
22e15cb2f5
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,9 @@ rgenstat_target:
|
|||
$(MAKE) -C rgenstat rgenstat$(EXE_POSTFIX)
|
||||
|
||||
pipetools_target:
|
||||
ifeq ($(HOST),mingw32-windows)
|
||||
$(MAKE) -C pipetools
|
||||
endif
|
||||
|
||||
.PHONY: wmc_target cdmake_target mkhive_target rgenstat_target pipetools_target
|
||||
|
||||
|
@ -128,7 +130,6 @@ clean:
|
|||
$(MAKE) -C mkhive clean
|
||||
$(MAKE) -C wmc clean
|
||||
$(MAKE) -C rgenstat clean
|
||||
$(MAKE) -C pipetools clean
|
||||
rm mkconfig
|
||||
rm $(TOOLS)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue