Commit 4f35a3e7 authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by ROOL
Browse files

Define PARENT

This allows makefiles to refer to the parent directory in an OS-neutral way.
parent ee10b29f
...@@ -236,5 +236,8 @@ SEP = / ...@@ -236,5 +236,8 @@ SEP = /
# Filename extension separator character # Filename extension separator character
EXT = . EXT = .
# Parent directory
PARENT = ..
# EOF # EOF
...@@ -160,5 +160,8 @@ SEP = . ...@@ -160,5 +160,8 @@ SEP = .
# Filename extension separator character # Filename extension separator character
EXT = / EXT = /
# Parent directory
PARENT = ^
# EOF # EOF
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment