Restore a necessary mkdir dropped by the previous change

svn path=/dists/sid/linux/; revision=19115
This commit is contained in:
Ben Hutchings 2012-06-10 02:19:02 +00:00
parent d5fa98077e
commit af8a298fdf
1 changed files with 1 additions and 0 deletions

1
debian/rules.real vendored
View File

@ -104,6 +104,7 @@ $(STAMPS_DIR)/source_%: $(STAMPS_DIR)/source
$(STAMPS_DIR)/source_none: DIR=$(BUILD_DIR)/source_none
$(STAMPS_DIR)/source_none: $(STAMPS_DIR)/source
mkdir -p '$(BUILD_DIR)'
rm -f '$(DIR)'
ln -s '$(CURDIR)' '$(DIR)'
@$(stamp)