aboutsummaryrefslogtreecommitdiff
path: root/patches/Makefile
blob: 4f53d228183a47cb800ac6dfc5bc886a17bfae80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifneq (,$(wildcard ../.makevars))
 include ../.makevars
else
 $(error Required file ../.makevars does not exist)
endif

PATCHES=\
 0001-ltmain.in-append-rpath-option-arguments-to-finalize_.patch\
 0002-ltmain.in-ensure-that-local-source-tree-directories-.patch\
 libtool-2.4.6-ltb1-2.patch

publish:
	scp $(PATCHES) $(DISTLOC)

Return to:

Send suggestions and report system problems to the System administrator.