1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Remove 'make clean' support for ipc_test.

I missed this in the previous commit; Tom Lane spotted my error.
This commit is contained in:
Robert Haas 2014-04-07 11:44:54 -04:00
parent 315772e4ec
commit f235db03ff

View 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