diff options
Diffstat (limited to 'development/4th/01-directories.patch')
-rw-r--r-- | development/4th/01-directories.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/development/4th/01-directories.patch b/development/4th/01-directories.patch index d7c9415c5d89f..5f82f36aa5616 100644 --- a/development/4th/01-directories.patch +++ b/development/4th/01-directories.patch @@ -1,6 +1,6 @@ -diff -Nur 4th-3.62.2-unix/sources/Makefile 4th-3.62.2-unix.new/sources/Makefile ---- 4th-3.62.2-unix/sources/Makefile 2014-01-06 19:03:16.000000000 +0100 -+++ 4th-3.62.2-unix.new/sources/Makefile 2014-04-13 16:10:03.809359781 +0200 +diff -Nur 4th-3.62.5-unix/sources/Makefile 4th-3.62.5-unix.new/sources/Makefile +--- 4th-3.62.5-unix/sources/Makefile 2015-04-23 07:59:18.000000000 +0200 ++++ 4th-3.62.5-unix.new/sources/Makefile 2018-01-27 01:39:36.000000000 +0100 @@ -13,13 +13,13 @@ # The following variables may need to be changed @@ -21,12 +21,13 @@ diff -Nur 4th-3.62.2-unix/sources/Makefile 4th-3.62.2-unix.new/sources/Makefile # Cross compilation variables LD=$(CROSS)ld -@@ -125,7 +125,7 @@ +@@ -125,7 +125,8 @@ install: mostlyinstall install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1 - install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/ -+ install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.2/ ++ install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.5/ ++ install -Dm644 ../sources/4th.h $(INCLUDES)/4th.h uninstall: -rm -f $(LIBRARIES)/lib4th.{a,so*} |