aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie Schwartz <quark@bluespec.com>2021-06-02 17:12:02 +1200
committerJulie Schwartz <quark@bluespec.com>2021-07-28 12:50:51 +1200
commit04a9838ef0fde1e5578f8f38bf830c1b0c571875 (patch)
tree878cacbaefc3fe392669a5adfa25885f0a71bebd
parente2216f91994fb80fd56dad43a7908c2ac2f4c154 (diff)
downloadbsc-04a9838ef0fde1e5578f8f38bf830c1b0c571875.tar.gz
bsc-04a9838ef0fde1e5578f8f38bf830c1b0c571875.tar.bz2
bsc-04a9838ef0fde1e5578f8f38bf830c1b0c571875.zip
Move src/comp/ build files to a subdirectory
to unclutter the top-level of the 'build' directory
-rw-r--r--src/comp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/Makefile b/src/comp/Makefile
index 58b81d7e..06729bf5 100644
--- a/src/comp/Makefile
+++ b/src/comp/Makefile
@@ -40,7 +40,7 @@ PREFIX?=$(TOP)/inst
BINDIR=$(PREFIX)/bin
# Top-level of where intermediate GHC files are stored
-BUILDDIR=$(TOP)/build
+BUILDDIR=$(TOP)/build/comp
# Parsec
PARSEC_HS = ../Parsec