aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/02-remove-extra-copyright-file.patch
blob: 3afe5152fdf54a4e33366c632d932e6f9d84bc00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Sun, 10 Jun 2012 00:31:09 +0100
Subject: Remove extra copyright file from Makefile

diff --git a/Makefile.in b/Makefile.in
index b7d8ece..fceed72 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@
 HEADERS	= @PACKAGE_NAME@.h llist.h iw_if.h
 PURESRC	= $(filter-out $(MAIN),$(wildcard *.c))
 OBJS	= $(PURESRC:.c=.o)
-DOCS	= README NEWS THANKS AUTHORS COPYING ChangeLog
+DOCS	= README NEWS THANKS AUTHORS ChangeLog
 
 %.o: %.c $(HEADERS)
 	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(DEFS) -c -o $@ $<