aboutsummaryrefslogtreecommitdiff
path: root/security/binwalk/files/patch-src-C-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/binwalk/files/patch-src-C-Makefile')
-rw-r--r--security/binwalk/files/patch-src-C-Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/binwalk/files/patch-src-C-Makefile b/security/binwalk/files/patch-src-C-Makefile
deleted file mode 100644
index 424adf06993c..000000000000
--- a/security/binwalk/files/patch-src-C-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/C/Makefile.orig 2015-01-03 15:16:53.000000000 +0100
-+++ src/C/Makefile 2015-01-03 15:17:04.000000000 +0100
-@@ -3,9 +3,9 @@
- .PHONY: all clean_libs clean distclean
-
- all:
-- make -C miniz
-+ gmake -C miniz
- cp miniz/*.$(SOEXT) $(LIB_DIR)
-- make -C compress
-+ gmake -C compress
- cp compress/*.$(SOEXT) $(LIB_DIR)
-
- clean_libs:
-@@ -13,10 +13,10 @@
- rm -f $(LIB_DIR)/libcompress42.$(SOEXT)
-
- clean: clean_libs
-- make -C miniz clean
-- make -C compress clean
-+ gmake -C miniz clean
-+ gmake -C compress clean
-
- distclean: clean_libs
-- make -C miniz distclean
-- make -C compress distclean
-+ gmake -C miniz distclean
-+ gmake -C compress distclean
-