summaryrefslogtreecommitdiffstats
path: root/debian/patches/00_create-libdir.patch
blob: cc59325ac748415ef0803c7c0df2846a4f282c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Patch that allows the Mesa makefile to create a LIB_DIR that is more than one
level below TOP.

This patch by Thierry Reding.
Not submitted to Mesa.

--- a/src/Makefile
+++ b/src/Makefile
@@ -29,7 +29,7 @@
 	done
 
 $(TOP)/$(LIB_DIR):
-	-mkdir $(TOP)/$(LIB_DIR)
+	mkdir -p $(TOP)/$(LIB_DIR)
 
 
 clean: