mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
print is redundant. Doh.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.100 2009-05-14 00:09:02 nicm Exp $
|
||||
# $Id: GNUmakefile,v 1.101 2009-05-14 00:31:48 nicm Exp $
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
@ -13,7 +13,7 @@ LIBS+= -lncurses
|
||||
|
||||
# This sort of sucks but gets rid of the stupid warning and should work on
|
||||
# most platforms...
|
||||
ifeq ($(shell ($(CC) -v 2>&1|awk '/gcc version 4/ { print $0 }') || true), )
|
||||
ifeq ($(shell ($(CC) -v 2>&1|awk '/gcc version 4/') || true), )
|
||||
CPPFLAGS:= -I. -I- $(CPPFLAGS)
|
||||
else
|
||||
CPPFLAGS:= -iquote. $(CPPFLAGS)
|
||||
|
Reference in New Issue
Block a user