Module: Mesa Branch: master Commit: 989e013b801095406ccbb22314dc263c6aeb0d5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=989e013b801095406ccbb22314dc263c6aeb0d5c
Author: Dave Airlie <[email protected]> Date: Sun Feb 26 20:20:19 2012 +0000 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]> --- Makefile | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 77c9154..1368b44 100644 --- 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
