diff options
author | Eric Anholt <eric@anholt.net> | 2009-01-30 15:56:01 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-01-31 12:04:07 -0800 |
commit | 1265e7267e086476d9bae560345fd80f064adfc5 (patch) | |
tree | f42d1be82c7cee18e1637a00cac2505b9a198eea /src/mesa | |
parent | 0001deef1108b77cf4879fff4647401fb68c421e (diff) |
Build dri.pc during the build rather than the install process.
In a normal build system this is generated by configure.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile b/src/mesa/drivers/dri/Makefile index 9e49fb16f5..32db097861 100644 --- a/src/mesa/drivers/dri/Makefile +++ b/src/mesa/drivers/dri/Makefile @@ -6,7 +6,7 @@ include $(TOP)/configs/current -default: $(TOP)/$(LIB_DIR) subdirs +default: $(TOP)/$(LIB_DIR) subdirs dri.pc $(TOP)/$(LIB_DIR): |