diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 02:41:24 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 02:41:24 +0000 |
commit | 0950702b30f8b7e49d8d11586b305b61b7b014a6 (patch) | |
tree | 2b874be12a6028847494a74013a34da28232c2a8 /kerberosIV/lib/kafs | |
parent | 6fd87538be7b5fa485d42b84d77f15c711aa0e99 (diff) |
Change the include directive for Makefile.inc to use double-quotes
rather than <> (whatever these are called). This fixes building with
the source/obj in non-standard locations. Closes PR 1556, fix provided
by sysadmin@fafnir.astro.su.se.
Diffstat (limited to 'kerberosIV/lib/kafs')
-rw-r--r-- | kerberosIV/lib/kafs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/lib/kafs/Makefile b/kerberosIV/lib/kafs/Makefile index d2f279e627b..07c550cbbbc 100644 --- a/kerberosIV/lib/kafs/Makefile +++ b/kerberosIV/lib/kafs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2000/04/02 03:59:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2001/01/09 02:41:17 angelos Exp $ LIB = kafs KRBDEPTH=../.. -.include <../../Makefile.inc> +.include "../../Makefile.inc" INCLUDE_FILES = ${KRBSRC}/lib/kafs/kafs.h |