diff options
Diffstat (limited to 'irc/bnc/files/patch-Makefile.in')
-rw-r--r-- | irc/bnc/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in deleted file mode 100644 index 11081be785dd..000000000000 --- a/irc/bnc/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2005-01-26 04:15:06 UTC -+++ Makefile.in -@@ -2,7 +2,7 @@ LIBS=@LIBS@ - CFLAGS=-O3 -Wall -include config.h - CC=@CC@ - --ALL: bnc mkpasswd -+all: bnc mkpasswd - - mkpasswd:mkpasswd.c - ${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS} |