projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4c8ce
)
glu: remove BeOS define as BeOS is not longer a target platform
author
Alexander von Gluck
<kallisti5@unixzen.com>
Tue, 27 Dec 2011 16:11:39 +0000
(09:11 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Dec 2011 16:16:51 +0000
(09:16 -0700)
Reviewed-by: Brian Paul <brianp@vmare.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/glu/sgi/Makefile
patch
|
blob
|
history
diff --git
a/src/glu/sgi/Makefile
b/src/glu/sgi/Makefile
index c8b29edcaae6a0207d72e2a2eceb629d0db14093..50eede3ad304fab50f857b377b8e553bb3843af7 100644
(file)
--- a/
src/glu/sgi/Makefile
+++ b/
src/glu/sgi/Makefile
@@
-124,12
+124,7
@@
OBJECTS = $(C_OBJECTS) $(CC_OBJECTS)
##### TARGETS #####
default:
- @if [ "${CONFIG_NAME}" = "beos" ] ; then \
- echo "$(GLU_LIB_NAME) not build under BeOS, but integrated into ${GL_LIB_NAME}." ; \
- exit 0 ; \
- else \
- $(MAKE) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) || exit 1 ; \
- fi
+ $(MAKE) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME)
$(TOP)/$(LIB_DIR):
-mkdir $(TOP)/$(LIB_DIR)