10000
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 986bfc5 commit 80b6185Copy full SHA for 80b6185
src/backend/Makefile
@@ -34,7 +34,7 @@
34
#
35
36
# IDENTIFICATION
37
-# $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 $
38
39
#-------------------------------------------------------------------------
40
@@ -60,7 +60,7 @@ endif
60
all: postgres $(EXP) global1.bki.source local1_template1.bki.source
61
62
postgres: $(OBJS) ../utils/version.o
63
- gcc -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LD_ADD)
+ $(CC) -o postgres $(LDFLAGS) $(OBJS) ../utils/version.o $(LD_ADD)
64
65
$(OBJS): $(DIRS:%=%.dir)
66
0 commit comments