Commit f235db03 authored by Robert Haas's avatar Robert Haas

Remove 'make clean' support for ipc_test.

I missed this in the previous commit; Tom Lane spotted my error.
parent 315772e4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment