]> granicus.if.org Git - postgresql/commitdiff
Use $(CC), not gcc, to compile
authorMarc G. Fournier <scrappy@hub.org>
Wed, 2 Apr 1997 00:34:23 +0000 (00:34 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 2 Apr 1997 00:34:23 +0000 (00:34 +0000)
Pointed out by: igor@cs.cs.miami.edu

src/backend/Makefile

index 8f4a261941e95d8637bf3c502ea95e14f6d7b9b2..b8c150a33359c589f5b4e866f8313e46eea86f70 100644 (file)
@@ -34,7 +34,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.21 1997/03/25 08:14:25 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.22 1997/04/02 00:34:23 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -60,7 +60,7 @@ endif
 all: postgres $(EXP) global1.bki.source local1_template1.bki.source
 
 postgres: $(OBJS) ../utils/version.o
-       gcc -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LD_ADD) 
+       $(CC) -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LD_ADD) 
 
 $(OBJS): $(DIRS:%=%.dir)