]> git.pld-linux.org Git - packages/c2ps.git/blame - c2ps-OPT_FLAGS.patch
fixed a small typo
[packages/c2ps.git] / c2ps-OPT_FLAGS.patch
CommitLineData
96b0fcc4 1diff -urN c2ps-4.0.orig/Makefile c2ps-4.0/Makefile
2--- c2ps-4.0.orig/Makefile Thu May 15 17:50:56 1997
3+++ c2ps-4.0/Makefile Fri Jul 21 20:39:16 2000
4@@ -3,7 +3,7 @@
5
6 RM = rm -f
7 CC = gcc
8-CCFLAGS = -O
9+CCFLAGS = $(OPT_FLAGS)
10
11 PREFIX = /usr/local
12 BIN = $(PREFIX)/bin
This page took 0.053864 seconds and 4 git commands to generate.