summaryrefslogtreecommitdiffstats
path: root/TVout
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-06 22:31:57 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-06 22:31:57 +0000
commit7847d4449e121293edbb41364f8f6e7de1ab5525 (patch)
treeb8506056934121f0e367b1477d7bb05b23b32737 /TVout
parent64d92d773213fc8e92621cf37c16e97d93b09075 (diff)
downloadmpv-7847d4449e121293edbb41364f8f6e7de1ab5525.tar.bz2
mpv-7847d4449e121293edbb41364f8f6e7de1ab5525.tar.xz
recursive CC fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TVout')
-rw-r--r--TVout/fbset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TVout/fbset/Makefile b/TVout/fbset/Makefile
index d2e2ec0d4b..61536c1d6a 100644
--- a/TVout/fbset/Makefile
+++ b/TVout/fbset/Makefile
@@ -2,7 +2,7 @@
# Linux Frame Buffer Device Configuration
#
-CC = $(CC) -Wall -O2 -I.
+CFLAGS = -Wall -O2 -I.
BISON = bison -d
FLEX = flex
INSTALL = install