aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/port/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/port/Makefile b/src/backend/port/Makefile
index bfb19add88f..15ea873a497 100644
--- a/src/backend/port/Makefile
+++ b/src/backend/port/Makefile
@@ -43,6 +43,6 @@ else
endif
distclean clean:
- rm -f ipc_test ipc_test.o tas_cpp.s
+ rm -f tas_cpp.s
$(MAKE) -C darwin clean
$(MAKE) -C win32 clean