]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - Makefile
shell_cmds-116.tar.gz
[apple/shell_cmds.git] / Makefile
index e9fc42f53bbb3a8f8e58593ad4e28687becec957..936206befb50bda92da2eb2ef70e5988ceeefec9 100644 (file)
--- 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