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)
commit989e013b801095406ccbb22314dc263c6aeb0d5c
tree0cf52dda1346847883b58ab673a19ce502a371db
parentea663d56e2000ba02f53cc8a99ded78ccad0a126
makefile: add phony am--refresh target

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