summaryrefslogtreecommitdiff
blob: 098a95fb0de55ba8474cec298d3cfa216ec6b026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
get rid of libraries, includes, and obsolete manpages

--- cctools-698/Makefile
+++ cctools-698/Makefile
@@ -170,7 +170,9 @@
 		DSTROOT=$$DSTROOT install_tools lib_ofiles_install;	\
 	fi
 
-install_tools: installhdrs
+install_tools: installhdrs install_all_but_headers
+
+install_all_but_headers:
 	@if [ $(SRCROOT) ];						\
 	then								\
 	    CWD=`pwd`; cd "$(DSTROOT)"; DSTROOT=`pwd`; cd "$$CWD";	\