Browse Source

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
Jo-Philipp Wich 13 năm trước cách đây
mục cha
commit
993ac4600a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rules.mk

+ 1 - 1
rules.mk

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