Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: define __sun__ on SunOS
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index d8f9c225f9f04da017ada01d9e2c6e5020358cea..4f838b2c0b59b4186e6aa1cc40ba577007643aba 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-723,7
+723,7
@@
ifeq ($(uname_S),SunOS)
endif
INSTALL = /usr/ucb/install
TAR = gtar
- BASIC_CFLAGS += -D__EXTENSIONS__
+ BASIC_CFLAGS += -D__EXTENSIONS__
-D__sun__
endif
ifeq ($(uname_O),Cygwin)
NO_D_TYPE_IN_DIRENT = YesPlease