diff options
Diffstat (limited to 'textproc/opensched/files/patch-src__Makefile')
-rw-r--r-- | textproc/opensched/files/patch-src__Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/opensched/files/patch-src__Makefile b/textproc/opensched/files/patch-src__Makefile deleted file mode 100644 index b11f8d9caded..000000000000 --- a/textproc/opensched/files/patch-src__Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.orig Tue Oct 26 01:41:45 1999 -+++ src/Makefile Sat Oct 19 15:13:56 2002 -@@ -1,6 +1,6 @@ --CFLAGS=-Wall -g -+CFLAGS+=-Wall - LIBS=-lm --CC=gcc -+CC?=cc - CDEPEND = $(CC) -M - CDEPENDFLAGS = - |