[Mesa-dev] [PATCH] makefile: add phony am--refresh target

Dave Airlie airlied at gmail.com
Sat Mar 10 05:22:30 PST 2012


From: Dave Airlie <airlied at redhat.com>

for some reason when I configure --with-dri-drivers="" the src/mesa/drivers/dri
Makefile tries to call the am--refresh target in the toplevel Makefile,
we don't have one, and I'm not sure what it should look like.

This makes things continue on.

Signed-off-by: Dave Airlie <airlied at redhat.com>
---
 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 6120fbe..80fce92 100644
--- a/Makefile
+++ b/Makefile
@@ -260,4 +260,6 @@ md5: $(ARCHIVES)
 	@-md5sum $(PACKAGE_NAME).tar.bz2
 	@-md5sum $(PACKAGE_NAME).zip
 
-.PHONY: tarballs md5
+am--refresh:
+
+.PHONY: tarballs md5 am--refresh
-- 
1.7.7.6



More information about the mesa-dev mailing list