diff options
author | midipix <writeonce@midipix.org> | 2016-11-11 22:26:35 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 22:43:15 -0500 |
commit | ec82b1030bd620932697f877dfd7239e92e4e5fb (patch) | |
tree | 72c72e46e3c647b857d1e6d9b553b478818a9eec | |
parent | 27c93d78798eb048e2449d1162559cb20329c0d9 (diff) | |
download | dalist-ec82b1030bd620932697f877dfd7239e92e4e5fb.tar.bz2 dalist-ec82b1030bd620932697f877dfd7239e92e4e5fb.tar.xz |
build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a960eae..73fd9b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,6 +83,7 @@ install-app-extras: include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk +include $(PROJECT_DIR)/sysinfo/os/$(OS).mk include $(PROJECT_DIR)/project/osforce.mk |