diff options
Diffstat (limited to 'math/fxt/files/patch-makefile')
| -rw-r--r-- | math/fxt/files/patch-makefile | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/math/fxt/files/patch-makefile b/math/fxt/files/patch-makefile index 293d5c5a2516..0d91ce125e15 100644 --- a/math/fxt/files/patch-makefile +++ b/math/fxt/files/patch-makefile @@ -1,6 +1,6 @@ ---- makefile.orig	2014-06-18 20:52:27.430827185 +0800 -+++ makefile	2014-06-18 20:53:06.009833368 +0800 -@@ -127,13 +127,13 @@ install: lib +--- makefile.orig	2015-07-18 10:34:30 UTC ++++ makefile +@@ -197,13 +197,13 @@ install: lib   	: '[$@]'   	@echo 'PREFIX=$(PREFIX)  LIBDIR=$(LIBDIR)  INCDIR=$(INCDIR)'   	@: @@ -17,6 +17,6 @@  -	@$(FXT_INSTALL) $(FXTLIB) $(LIBDIR)/  +	@test -d $(DESTDIR)$(LIBDIR)  ||  mkdir $(DESTDIR)$(LIBDIR)  +	@$(FXT_INSTALL) $(FXTLIB) $(DESTDIR)$(LIBDIR)/ - 	:  OK. + 	: '[$@ OK]'   .PHONY: chk-install ##x print whether installed header files are up to date  | 
