Index: src/bin/pg_config/pg_config.c
===================================================================
RCS file: /cvsroot/pgsql-server/src/bin/pg_config/pg_config.c,v
retrieving revision 1.3
diff -c -r1.3 pg_config.c
*** src/bin/pg_config/pg_config.c	2 Aug 2004 12:34:14 -0000	1.3
--- src/bin/pg_config/pg_config.c	4 Aug 2004 18:00:51 -0000
***************
*** 141,147 ****
  		else if (strcmp(argv[i],"--pgxs") == 0)
  		{
  			get_pkglib_path(mypath,otherpath);
! 			strncat(otherpath, "/pgxs", MAXPGPATH-1);
  		}
  
  		printf("%s\n",otherpath);
--- 141,147 ----
  		else if (strcmp(argv[i],"--pgxs") == 0)
  		{
  			get_pkglib_path(mypath,otherpath);
! 			strncat(otherpath, "/pgxs/src/makefiles/pgxs.mk", MAXPGPATH-1);
  		}
  
  		printf("%s\n",otherpath);
