diff options
author | Jeremy Huddleston <[email protected]> | 2010-04-02 00:57:38 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2010-04-27 11:26:51 -0700 |
commit | de96d063b1eba9137d96074c9434aafe858d3271 (patch) | |
tree | 9d16ebb7e04a0ba643beacd5fb85951fe53c5fb6 /src/glx/Makefile | |
parent | 163901bc7f89dc3a5c65d66b960f18dd561631c1 (diff) |
apple: Integrate our libGL into the existing build system better
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/Makefile')
-rw-r--r-- | src/glx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/Makefile b/src/glx/Makefile index 6711fdc61bb..c6ebc49828b 100644 --- a/src/glx/Makefile +++ b/src/glx/Makefile @@ -90,7 +90,7 @@ install: $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) # Remove .o and backup files clean: - -rm -f $(TOP)/$(LIB_DIR)/libGL.so* + -rm -f $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB) -rm -f *.o *~ -rm -f depend depend.bak |