summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/01_pass-some-dirs-to-child-makes.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/patches/01_pass-some-dirs-to-child-makes.patch b/patches/01_pass-some-dirs-to-child-makes.patch
index a9b8371..88fd159 100644
--- a/patches/01_pass-some-dirs-to-child-makes.patch
+++ b/patches/01_pass-some-dirs-to-child-makes.patch
@@ -1,12 +1,13 @@
-Description: Pass some dir paths to child makes
- Some paths that we want to change (for FHS sanity and/or multiarch hackery) are
- hardcoded in the configure scripts and makefiles.
- .
- If we just get the top-level makefile to pass them to the child make processes,
- we can simply set these path macros and call make once.
- .
- See `README` for a possible alternative solution.
-From: "P. J. McDermott" <pj@pehjota.net>
+Author: "P. J. McDermott" <pj@pehjota.net>
+Subject: Pass some dir paths to child makes
+
+Some paths that we want to change (for FHS sanity and/or multiarch hackery) are
+hardcoded in the configure scripts and makefiles.
+
+If we just get the top-level makefile to pass them to the child make processes,
+we can simply set these path macros and call make once.
+
+See `README.source` for a possible alternative solution.
diff -Naur src.orig/Makefile.in src/Makefile.in
--- src.orig/Makefile.in 2011-11-21 06:56:20.000000000 -0500