mirror of
https://github.com/tmux/tmux.git
synced 2025-03-04 15:09:54 +00:00
This order is required for -static.
This commit is contained in:
parent
3a6e41c5cb
commit
65833c2976
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.71 2008-07-02 21:22:57 nicm Exp $
|
# $Id: Makefile,v 1.72 2008-08-07 05:15:21 nicm Exp $
|
||||||
|
|
||||||
.SUFFIXES: .c .o .y .h
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
@ -92,7 +92,7 @@ CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
|
|||||||
all: ${PROG}
|
all: ${PROG}
|
||||||
|
|
||||||
${PROG}: ${OBJS}
|
${PROG}: ${OBJS}
|
||||||
${CC} ${LDFLAGS} -o ${PROG} ${LIBS} ${OBJS}
|
${CC} ${LDFLAGS} -o ${PROG} ${OBJS} ${LIBS}
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
mkdep ${CFLAGS} ${INCDIRS} ${SRCS:M*.c}
|
mkdep ${CFLAGS} ${INCDIRS} ${SRCS:M*.c}
|
||||||
|
Loading…
Reference in New Issue
Block a user