X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/e407a76b5d5c20d98a7c128a4f9b6499da2be298..e1a085bab7df5bb0af9b495e350271357a7cd388:/Makefile diff --git a/Makefile b/Makefile index e9fc42f..936206b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ TOOLS = alias apply basename chroot date dirname echo env expr false\ nice nohup printenv printf pwd renice script shlock sleep su\ tee test time true uname users w whereis which who xargs yes -OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble Manpages/*.1 +OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble Manpages/builtin.1 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles CODE_GEN_STYLE = DYNAMIC @@ -29,7 +29,7 @@ DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) -NEXTSTEP_PB_CFLAGS = -Wall +NEXTSTEP_PB_CFLAGS = -Wall -mdynamic-no-pic NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build