order the same way as Build.sh outputs them
This commit is contained in:
parent
abf1944a8e
commit
623bf49f19
6
Makefile
6
Makefile
@ -1,10 +1,10 @@
|
||||
# $MirOS: src/bin/mksh/Makefile,v 1.19 2006/11/12 13:19:06 tg Exp $
|
||||
# $MirOS: src/bin/mksh/Makefile,v 1.20 2006/11/12 13:21:50 tg Exp $
|
||||
|
||||
PROG= mksh
|
||||
SRCS= alloc.c edit.c eval.c exec.c expr.c funcs.c histrap.c \
|
||||
jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c
|
||||
CPPFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_ARC4RANDOM_PUSH -DHAVE_SYS_PARAM_H
|
||||
CPPFLAGS+= -DHAVE_LANGINFO_CODESET -DHAVE_SETLOCALE_CTYPE
|
||||
CPPFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_ARC4RANDOM -DHAVE_ARC4RANDOM_PUSH
|
||||
CPPFLAGS+= -DHAVE_SETLOCALE_CTYPE -DHAVE_LANGINFO_CODESET
|
||||
CPPFLAGS+= -DHAVE_SETMODE -DHAVE_SETRESUGID -DHAVE_SETGROUPS
|
||||
CPPFLAGS+= -DHAVE_STRCASESTR -DHAVE_STRLCPY
|
||||
CDIAGFLAGS+= -Wno-cast-qual
|
||||
|
Loading…
x
Reference in New Issue
Block a user