diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-03 18:38:20 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-03 18:38:20 +0300 |
| commit | 2a3a110dac53b271caf9aa97776cf95efecc83bc (patch) | |
| tree | 06a0069c02b8d2363afc3a6100685ad72f081fc1 /corebinutils/sh/GNUmakefile | |
| parent | bd279f51f566fb21ed58748b4d903ca796221dc8 (diff) | |
| download | Project-Tick-2a3a110dac53b271caf9aa97776cf95efecc83bc.tar.gz Project-Tick-2a3a110dac53b271caf9aa97776cf95efecc83bc.zip | |
NOISSUE add some contrib files and fixes sh
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'corebinutils/sh/GNUmakefile')
| -rw-r--r-- | corebinutils/sh/GNUmakefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/corebinutils/sh/GNUmakefile b/corebinutils/sh/GNUmakefile index a72eb1d61e..60e61a0846 100644 --- a/corebinutils/sh/GNUmakefile +++ b/corebinutils/sh/GNUmakefile @@ -8,7 +8,7 @@ CC ?= cc AWK ?= awk CPPFLAGS += -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 \ -I"$(CURDIR)" -I"$(CURDIR)/build/gen" -I"$(CURDIR)/../kill" \ - -I"$(CURDIR)/../../usr.bin/printf" -I"$(CURDIR)/../../bin/test" + -I"$(CURDIR)/../contrib/printf" -I"$(CURDIR)/../test" CFLAGS ?= -O2 CFLAGS += -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare LDFLAGS ?= @@ -22,13 +22,13 @@ GENDIR := $(CURDIR)/build/gen OUTDIR := $(CURDIR)/out TARGET := $(OUTDIR)/sh TEST_RUNNER := $(TOOLDIR)/run-default-sigpipe -LIBEDITDIR := $(CURDIR)/../../contrib/libedit -LIBEDIT_GENDIR := $(GENDIR)/libedit -VISDIR := $(CURDIR)/../../contrib/libc-vis +LIBEDITDIR := $(CURDIR)/../contrib/libedit +LIBEDIT_GENDIR := $(GENDIR)/../contrib/libedit +VISDIR := $(CURDIR)/../contrib/libc-vis KILLDIR := $(CURDIR)/../kill -TESTDIR := $(CURDIR)/../../bin/test -PRINTFDIR := $(CURDIR)/../../usr.bin/printf +TESTDIR := $(CURDIR)/../test +PRINTFDIR := $(CURDIR)/../contrib/printf CPPFLAGS += -I"$(LIBEDIT_GENDIR)" -I"$(LIBEDITDIR)" LIBEDIT_CPPFLAGS := $(CPPFLAGS) $(EDITLINE_CPPFLAGS) -include "$(CURDIR)/compat.h" -I"$(VISDIR)" |
