use system CFLAGS

This commit is contained in:
Andrey A. Chernov 1999-01-05 13:41:51 +00:00
parent c8bc1bebc7
commit e8955b8b42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15866
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
--- Makefile 1996/11/25 19:40:19 1.1
+++ Makefile 1996/11/25 21:33:39
@@ -30,31 +30,31 @@
--- Makefile.orig Sat Jul 20 03:35:46 1996
+++ Makefile Tue Jan 5 16:34:35 1999
@@ -30,31 +30,30 @@
# uncomment the following two lines if you want to include X11 support
# (mpeg2decode)
@ -33,8 +33,8 @@
# GNU gcc
#
-CC = gcc
-CFLAGS = -O2
+CC = cc
CFLAGS = -O2
all: mpeg2decode mpeg2encode

View file

@ -1,6 +1,6 @@
--- Makefile 1996/11/25 19:40:19 1.1
+++ Makefile 1996/11/25 21:33:39
@@ -30,31 +30,31 @@
--- Makefile.orig Sat Jul 20 03:35:46 1996
+++ Makefile Tue Jan 5 16:34:35 1999
@@ -30,31 +30,30 @@
# uncomment the following two lines if you want to include X11 support
# (mpeg2decode)
@ -33,8 +33,8 @@
# GNU gcc
#
-CC = gcc
-CFLAGS = -O2
+CC = cc
CFLAGS = -O2
all: mpeg2decode mpeg2encode