mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
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>
This commit is contained in:
parent
ea663d56e2
commit
989e013b80
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue