rules.mk: don't use $(realpath) in file_copy, the destination directory might not exist yet - spotted while doing a fresh build

SVN-Revision: 34447
This commit is contained in:
Jo-Philipp Wich 2012-12-02 15:15:07 +00:00
parent e0e43655ce
commit 993ac4600a
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ define file_copy
rm -f "$$FILE"; \
done; ); \
done; \
$(CP) $(1) $(realpath $(2)/)/
$(CP) $(1) $(2)
endef
# file extension