projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95b9c33
)
Fix incorrect make maintainer-clean rule.
author
Tom Lane
<
[email protected]
>
Sat, 7 Apr 2012 22:16:50 +0000
(18:16 -0400)
committer
Tom Lane
<
[email protected]
>
Sat, 7 Apr 2012 22:16:50 +0000
(18:16 -0400)
src/backend/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/Makefile
b/src/backend/Makefile
index 01bb6e1171dbd6655636005ef80563052648f000..89fca4943af673b451458dcbc42c199869033d71 100644
(file)
--- a/
src/backend/Makefile
+++ b/
src/backend/Makefile
@@
-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
##########################################################################