Remove temporary portlock directory during make [dist]clean.

Another oversight in 9b4eafcaf.
This commit is contained in:
Tom Lane 2022-11-26 10:30:31 -05:00
parent 9d3f29d990
commit b85fd73852
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ $(call recurse,distprep coverage,doc src config contrib)
# it's not built by default
$(call recurse,clean,doc contrib src config)
clean:
rm -rf tmp_install/
rm -rf tmp_install/ portlock/
# Garbage from autoconf:
@rm -rf autom4te.cache/
@ -68,7 +68,7 @@ distclean maintainer-clean:
$(MAKE) -C contrib $@
$(MAKE) -C config $@
$(MAKE) -C src $@
rm -rf tmp_install/
rm -rf tmp_install/ portlock/
# Garbage from autoconf:
@rm -rf autom4te.cache/
rm -f config.cache config.log config.status GNUmakefile