]> git.pld-linux.org Git - packages/gpart.git/blob - gpart-Makefile.patch
- massive attack: adding Source-md5
[packages/gpart.git] / gpart-Makefile.patch
1 diff -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.380747 seconds and 3 git commands to generate.