mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 06:10:57 -05: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:
parent
315772e4ec
commit
f235db03ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue