commit 9c999e2862eb82d8a19b7ba8b2bd42a0256f860e
Author:     Quentin Rameau <[email protected]>
AuthorDate: Fri Dec 2 11:41:54 2016 +0100
Commit:     Quentin Rameau <[email protected]>
CommitDate: Sun Dec 4 12:30:59 2016 +0100

    Makefile: remove unnecessary mkdir bin/

diff --git a/Makefile b/Makefile
index d6a2caa..98e5f0b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ driver/$(DRIVER)/scc: bin
        ln -f driver/$(DRIVER)/scc bin/scc
 
 $(ARCHS): bin
-       mkdir -p bin
        for i in cc1 cc2; \
        do \
                (cd $$i; \

Reply via email to