diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-23 05:24:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-23 05:24:35 +0000 |
commit | 00fe588fb0ad2f78b3020234e16369e58ee119a8 (patch) | |
tree | c59650c1fa3a755d273d22f67d7ea7fd921dc1b8 /src | |
parent | 83c9ec765e12362e7a459214404765f5084f4291 (diff) | |
download | postgresql-00fe588fb0ad2f78b3020234e16369e58ee119a8.tar.gz postgresql-00fe588fb0ad2f78b3020234e16369e58ee119a8.zip |
comment out inclue of Makefile.custom, as i tbreaks compiling the
bin directory
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index e2309935495..5998145775b 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.10 1996/07/23 03:05:23 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.11 1996/07/23 05:24:35 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -315,6 +315,4 @@ objdir= obj # # Customization. # --include $(MKDIR)/../Makefile.custom - - +#-include $(MKDIR)/../Makefile.custom |