summaryrefslogtreecommitdiff
path: root/devel/radare2/files/extra-patch-Makefile
blob: b224826fe83608b32529fae9f3ff5f2ec5c6cc4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2021-03-13 00:32:05.881126000 -0500
+++ Makefile	2021-03-13 00:32:11.591943000 -0500
@@ -212,7 +212,7 @@
 	for FILE in $(shell cd doc ; ls) ; do \
 		ln -fs "$(PWD)/doc/$$FILE" "${DESTDIR}${DOCDIR}" ; done
 
-install: install-doc install-man install-www install-pkgconfig
+install: install-man install-www install-pkgconfig
 	$(MAKE) -C libr install
 	$(MAKE) -C binr install
 	$(MAKE) -C shlr install