mirror of
https://github.com/postgres/postgres.git
synced 2026-03-29 22:04:29 -04:00
Fix incorrect make maintainer-clean rule.
This commit is contained in:
parent
95b9c333b2
commit
7feecedcce
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ maintainer-clean: distclean
|
|||
utils/fmgrtab.c \
|
||||
utils/errcodes.h \
|
||||
utils/misc/guc-file.c \
|
||||
utils/misc/qsort_tuple.c
|
||||
utils/sort/qsort_tuple.c
|
||||
|
||||
|
||||
##########################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue