makefile: add phony am--refresh target
authorDave Airlie <airlied@redhat.com>
Sun, 26 Feb 2012 20:20:19 +0000 (20:20 +0000)
committerDave Airlie <airlied@redhat.com>
Sun, 25 Mar 2012 16:09:35 +0000 (17:09 +0100)
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@redhat.com>
Makefile

index 77c9154ff42f717f30dc87a3360e48f5842944a0..1368b44ea020a5d49c7e034aab40cd244745fb98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -266,4 +266,6 @@ md5: $(ARCHIVES)
        @-md5sum $(PACKAGE_NAME).tar.bz2
        @-md5sum $(PACKAGE_NAME).zip
 
-.PHONY: tarballs md5
+am--refresh:
+
+.PHONY: tarballs md5 am--refresh