We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604f4a6 commit c7375c7Copy full SHA for c7375c7
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.95 1997/01/18 07:56:52 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.96 1997/01/19 22:12:18 bryanh Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -580,10 +580,6 @@ endif
580
MK_NO_LORDER= true
581
582
CC= gcc
583
-# gcc mainly just calls LD, but it also uses some default options that are
584
-# part of the gcc configuration, like search paths, and the user probably
585
-# wants those.
586
-LD= gcc
587
588
# use the regex library
589
USE_REGEX= 1
0 commit comments