From: Marc G. Fournier Date: Thu, 25 Jul 1996 00:19:42 +0000 (+0000) Subject: Added an empty Makefile.custom file... X-Git-Tag: Release_1_0_2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ede7ca8197544fbf9f6416294944c1acbe04db5;p=postgresql Added an empty Makefile.custom file... --- diff --git a/src/Makefile.custom b/src/Makefile.custom new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/Makefile.global b/src/Makefile.global index 5998145775..74841edb65 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.11 1996/07/23 05:24:35 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.12 1996/07/25 00:19:42 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -315,4 +315,4 @@ objdir= obj # # Customization. # -#-include $(MKDIR)/../Makefile.custom +-include $(MKDIR)/../Makefile.custom