diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-25 00:19:42 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-25 00:19:42 +0000 |
commit | 0ede7ca8197544fbf9f6416294944c1acbe04db5 (patch) | |
tree | fbda84d6476884865680fc6cc69275ec0b5f7744 | |
parent | 18367ced1be961761308dbff80e1ce6cce777893 (diff) | |
download | postgresql-0ede7ca8197544fbf9f6416294944c1acbe04db5.tar.gz postgresql-0ede7ca8197544fbf9f6416294944c1acbe04db5.zip |
Added an empty Makefile.custom file...
-rw-r--r-- | src/Makefile.custom | 0 | ||||
-rw-r--r-- | src/Makefile.global | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.custom b/src/Makefile.custom new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/src/Makefile.custom diff --git a/src/Makefile.global b/src/Makefile.global index 5998145775b..74841edb658 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 |