Merge pull request #1902 from vpeter4/fdupes

fdupes: remove unneeded patch
This commit is contained in:
MilhouseVH 2017-08-21 18:03:56 +01:00 committed by GitHub
commit e8e60468dc

View File

@ -1,12 +0,0 @@
diff --git a/Makefile b/Makefile
index 1d5e41a..6dc6da4 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,6 @@ MKDIR = mkdir -p
#
# Make Configuration
#
-CC ?= gcc
COMPILER_OPTIONS = -Wall -O -g
CFLAGS= $(COMPILER_OPTIONS) -I. -DVERSION=\"$(VERSION)\" $(EXTERNAL_MD5) $(EXPERIMENTAL_RBTREE) $(OMIT_GETOPT_LONG)