aboutsummaryrefslogtreecommitdiff
path: root/games/q3cellshading/files/patch-code-bspc-Makefile
blob: d8a00e38bfd469edc4efaea63857ecc64eadb454 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN ./code/bspc/Makefile ../quake3-1.32b-BUILT/./code/bspc/Makefile
--- ./code/bspc/Makefile	Wed May 23 15:07:59 2001
+++ ../quake3-1.32b-BUILT/./code/bspc/Makefile	Mon Aug 22 20:54:39 2005
@@ -18,7 +18,7 @@
 #use these when debugging 
 #CFLAGS=$(BASE_CFLAGS) -g
 
-LDFLAGS=-ldl -lm -lpthread
+LDFLAGS=-lm -lpthread
 
 DO_CC=$(CC) $(CFLAGS) -o $@ -c $<