Commit 8613ef1f authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- portable cp args

parent ec5b83ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
MKLIBS_PROGRAM:=$(STAGING_DIR)/bin/mklibs.py

$(MKLIBS_PROGRAM): toolchain/mklibs/mklibs.py
	cp -a toolchain/mklibs/mklibs.py $@
	cp -dpf toolchain/mklibs/mklibs.py $@

mklibs-clean:
	rm -f $(MKLIBS_PROGRAM)