summaryrefslogtreecommitdiff
path: root/Make-config
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-19 16:56:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-19 16:56:50 +0000
commit75c8a2e7be7c2925393ce7fc693044ed599fe1e5 (patch)
treefbe5934c155cb7e90858d79f6bab21c58735aca6 /Make-config
parented43ecee90ad6fdde1e604f7f820ef7f8cd1251b (diff)
omit CVS directories from tarballs, bump version to 6.1
Diffstat (limited to 'Make-config')
-rw-r--r--Make-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-config b/Make-config
index 2b81aadbb52..835be9d42d7 100644
--- a/Make-config
+++ b/Make-config
@@ -9,7 +9,7 @@
MESA_MAJOR=6
-MESA_MINOR=0
+MESA_MINOR=1
MESA_TINY=0
VERSION=$(MESA_MAJOR).$(MESA_MINOR)
@@ -739,7 +739,7 @@ linux-solo:
"GLUT_LIB = libglut.so" \
"CC = gcc" \
"CXX = g++" \
- "CFLAGS = -g -std=c99 -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \
+ "CFLAGS = -g -std=c99 -pedantic -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \
"CXXFLAGS = -g -Wall -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \
"GLUT_CFLAGS = -fexceptions" \
"GL_LIB_DEPS = -lm -lpthread -lexpat" \