Lady’s Gitweb
/
Shushe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c5203f1
)
INCLUDEDIR should default to be in SRCDIR
author
Lady
<redacted>
Sat, 25 May 2024 04:05:27 +0000
(
00:05
-0400)
committer
Lady
<redacted>
Sat, 25 May 2024 04:16:55 +0000
(
00:16
-0400)
…not the literal value `sources`, regardless of what `SRCDIR` might
be.
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 46fb27dc62c8e2ac2e7ab72914749b6c460974a0..89ca7848928142a1487554740a4715328817c83d 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-149,7
+149,7
@@
SRCDIR := sources
# Multiple directories can be given so long as files with the same name do not exist in each.
#
# These can be inside of `SRCDIR´ directories if desired.
-INCLUDEDIR :=
sources
/includes
+INCLUDEDIR :=
$(SRCDIR)
/includes
# The directory in which to generate temporary buildfiles.
#
This page took
0.106765 seconds
and
4
git commands to generate.