From: José Fonseca Date: Mon, 29 Nov 2010 20:21:34 +0000 (+0000) Subject: Fix makefile patterns. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=799eb2926273cd6e9a77e53f441a2a3b02f554fa;p=apitrace Fix makefile patterns. --- diff --git a/apigen/Makefile b/apigen/Makefile index 485e083..699fa58 100644 --- a/apigen/Makefile +++ b/apigen/Makefile @@ -20,7 +20,10 @@ download: \ wglext.spec \ wgl.tm -%.spec %.tm: +%.spec: + wget -N http://www.opengl.org/registry/api/$@ + +%.tm: wget -N http://www.opengl.org/registry/api/$@ glapi.py: glspec.py gl.tm gl.spec