summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2017-12-11 14:38:33 +1100
committerDarren Tucker <dtucker@zip.com.au>2017-12-11 14:38:33 +1100
commit79c0e1d29959304e5a49af1dbc58b144628c09f3 (patch)
tree8ae564d1b5672d82a45e806bb52c5a177315c01f /INSTALL
parentf001de8fbf7f3faddddd8efd03df18e57601f7eb (diff)
Add autogenerated dependency info to Makefile.
Adds a .depend file containing dependency information generated by makedepend, which is appended to the generated Makefile by configure. You can regen the file with "make -f Makefile.in depend" if necessary, but we'll be looking at some way to automatically keep this up to date. "no objection" djm@
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2289e804a..f00b276d0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -103,6 +103,13 @@ Native BSM support is known to exist in Solaris from at least 2.5.1,
103FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM 103FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM
104implementation (http://www.openbsm.org). 104implementation (http://www.openbsm.org).
105 105
106makedepend:
107
108https://www.x.org/archive/individual/util/
109
110If you are making significant changes to the code you may need to rebuild
111the dependency (.depend) file using "make depend", which requires the
112"makedepend" tool from the X11 distribution.
106 113
1072. Building / Installation 1142. Building / Installation
108-------------------------- 115--------------------------