diff options
author | Dave Airlie <[email protected]> | 2012-02-26 20:20:19 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-03-25 17:09:35 +0100 |
commit | 989e013b801095406ccbb22314dc263c6aeb0d5c (patch) | |
tree | 0cf52dda1346847883b58ab673a19ce502a371db /Makefile | |
parent | ea663d56e2000ba02f53cc8a99ded78ccad0a126 (diff) |
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 <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |