summaryrefslogtreecommitdiffstats
path: root/helpers/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 12:04:37 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 12:27:47 (EDT)
commit2615b187c5e446bcba965f21def342e313656201 (patch)
tree5e247ac9d6499097f7435cd6de22b2b8daa09309 /helpers/local.mk
parent4bc1fe19d8cb13cb0d36bf7c213dcf6839e82a46 (diff)
Deduplicate defs.h under common/
And add `-I"$(top_srcdir)/common"` to CPPFLAGS.
Diffstat (limited to 'helpers/local.mk')
-rw-r--r--helpers/local.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/local.mk b/helpers/local.mk
index 479b716..2d82b25 100644
--- a/helpers/local.mk
+++ b/helpers/local.mk
@@ -1,5 +1,5 @@
helpers_mknod_SOURCES = \
- %reldir%/defs.h \
- %reldir%/mknod.c \
- %reldir%/mode.c \
- %reldir%/mode.h
+ common/defs.h \
+ common/mode.c \
+ common/mode.h \
+ %reldir%/mknod.c