From: Tom Lane Date: Tue, 21 Sep 2010 20:53:25 +0000 (-0400) Subject: The port/pg_latch.c symlink ought to be removed by make distclean. X-Git-Tag: REL9_1_ALPHA2~176 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a6d4089d49a151496f6c26bf3537053aacd7f949;p=postgresql.git The port/pg_latch.c symlink ought to be removed by make distclean. Not sure why these symlinks are removed here and not in the port/ Makefile, but I won't second-guess that choice right now. --- diff --git a/src/backend/Makefile b/src/backend/Makefile index 6adfa3fc140..bed086c6f79 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -281,7 +281,8 @@ ifeq ($(PORTNAME), win32) endif distclean: clean - rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c + rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c \ + port/pg_latch.c maintainer-clean: distclean rm -f bootstrap/bootparse.c \