]> granicus.if.org Git - postgresql/commitdiff
Remove 'make clean' support for ipc_test.
authorRobert Haas <rhaas@postgresql.org>
Mon, 7 Apr 2014 15:44:54 +0000 (11:44 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 7 Apr 2014 15:45:27 +0000 (11:45 -0400)
I missed this in the previous commit; Tom Lane spotted my error.

src/backend/port/Makefile

index bfb19add88fbde93f6f95eb6fe7db177497cdf7c..15ea873a4978fad84c4429d288e475b005fed0d8 100644 (file)
@@ -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