diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-03 22:12:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-03 22:26:10 (EDT) |
commit | 03828eb2e3cbc721fe57d262e5a3a02c3e9a472b (patch) | |
tree | a5cb50520bf4d1b98de68ab10be42e8896bbc164 /build | |
parent | c16024d355a9a5a02a9a805767666c97b082e6a2 (diff) |
Don't distribute IETF RFCs (SIP compliance).
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,3 +22,9 @@ clean: oh-autoclean rm -f configure build rm -Rf *.data + +# POSIX.1-2008: +# If the pathname does not begin with a '/' it shall be treated as relative to +# the current working directory of the process, not relative to the directory +# containing the makefile. +include ../source.mk |