Index: src/backend/Makefile
===================================================================
RCS file: /cvsroot/pgsql/src/backend/Makefile,v
retrieving revision 1.142
diff -c -c -r1.142 Makefile
*** src/backend/Makefile	12 May 2010 11:33:09 -0000	1.142
--- src/backend/Makefile	12 May 2010 21:41:14 -0000
***************
*** 10,16 ****
  #-------------------------------------------------------------------------
  
  PGFILEDESC = "PostgreSQL Server"
! PGAPPICON=win32
  
  subdir = src/backend
  top_builddir = ../..
--- 10,17 ----
  #-------------------------------------------------------------------------
  
  PGFILEDESC = "PostgreSQL Server"
! # it is unclear that this should be labeled as an executable
! #PGAPPICON=win32
  
  subdir = src/backend
  top_builddir = ../..
