diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-06 22:31:57 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-06 22:31:57 +0000 |
commit | 7847d4449e121293edbb41364f8f6e7de1ab5525 (patch) | |
tree | b8506056934121f0e367b1477d7bb05b23b32737 /TVout/fbset | |
parent | 64d92d773213fc8e92621cf37c16e97d93b09075 (diff) |
recursive CC fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TVout/fbset')
-rw-r--r-- | TVout/fbset/Makefile | 2 |
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 |