Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debugedit/files/
Date: Fri, 20 Oct 2017 07:45:31
Message-Id: 1508485504.648de4a2dda814d0b908d1966ce0a66eae15c648.monsieurp@gentoo
1 commit: 648de4a2dda814d0b908d1966ce0a66eae15c648
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 10 13:12:54 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 07:45:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648de4a2
7
8 dev-util/debugedit: remove unused file.
9
10 dev-util/debugedit/files/Makefile | 11 -----------
11 1 file changed, 11 deletions(-)
12
13 diff --git a/dev-util/debugedit/files/Makefile b/dev-util/debugedit/files/Makefile
14 deleted file mode 100644
15 index 946a12865f6..00000000000
16 --- a/dev-util/debugedit/files/Makefile
17 +++ /dev/null
18 @@ -1,11 +0,0 @@
19 -CPPFLAGS += -I.
20 -LDLIBS = -lelf -lpopt -lbeecrypt
21 -
22 -all: debugedit
23 -
24 -debugedit: debugedit.o hashtab.o
25 -
26 -clean:
27 - rm -f *.o debugedit
28 -
29 -.PHONY: clean