]> git.pld-linux.org Git - packages/gpart.git/blame - gpart-Makefile.patch
fixed a small typo
[packages/gpart.git] / gpart-Makefile.patch
CommitLineData
dcd3cdd9 1diff -Nru gpart-0.1e/make.defs gpart-0.1e.new/make.defs
2--- gpart-0.1e/make.defs Sun Aug 29 15:56:24 1999
3+++ gpart-0.1e.new/make.defs Mon Jun 19 12:02:21 2000
4@@ -2,7 +2,8 @@
5 #
6 #
7 CC = gcc
8-CFLAGS = -Wall -O2 -pedantic
9+OPT = -Wall -O2 -pedantic
10+CFLAGS = $(OPT)
11 LDFLAGS =
12 MAKEDEP = gcc -M
13 INSTALL = install
This page took 0.047198 seconds and 4 git commands to generate.