open-src/xserver/xorg/Makefile
changeset 1233 1134c9fd2fe6
parent 1201 d6ebb7728565
child 1265 0b5cc5c013e4
--- a/open-src/xserver/xorg/Makefile	Mon Dec 19 13:11:21 2011 -0800
+++ b/open-src/xserver/xorg/Makefile	Thu Dec 29 19:34:29 2011 -0800
@@ -236,7 +236,7 @@
  END   { print "};" } \
  $$7 ~ /UNDEF|\.tdata/  { next } \
  $$5 !~ /GLOB/  { next } \
- $$8 ~ /^(__|_end|_etext|_start|_environ|_lib_version)/ { next } \
+ $$8 ~ /^(__|_edata|_end|_etext|_start|_environ|_lib_version)/ { next } \
  $$4 ~ /FUNC/ && $$7 ~ /\.text/ { printf "\t\t%-40s { FLAGS = EXTERN };\n", $$8 } \
  $$4 ~ /OBJT/ && $$7 ~ /data|bss/ { printf "\t\t%-40s { FLAGS = EXTERN };\n", $$8}'