xsfbs.mk: fix the prepare target for parallel make

This commit is contained in:
Julien Cristau 2008-07-16 18:22:01 +02:00
parent 4c2fb5aa80
commit 78b3958b14
1 changed files with 2 additions and 4 deletions

View File

@ -119,11 +119,9 @@ $(STAMP_DIR)/stampdir:
# Set up the package build directory as quilt expects to find it.
.PHONY: prepare
stampdir_targets+=prepare
prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/log
prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare
$(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
if [ ! -e $(STAMP_DIR)/log ]; then \
mkdir $(STAMP_DIR)/log; \
fi; \
mkdir -p $(STAMP_DIR)/log
>$@
# Apply all patches to the upstream source.