mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:51:52 +08:00
12 lines
294 B
Diff
12 lines
294 B
Diff
--- a/GNUmakefile.in
|
|
+++ b/GNUmakefile.in
|
|
@@ -8,7 +8,7 @@ subdir =
|
|
top_builddir = .
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
-$(call recurse,all install,src config)
|
|
+$(call recurse,all install,src config contrib)
|
|
|
|
all:
|
|
+@echo "All of PostgreSQL successfully made. Ready to install."
|