We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b57eb commit 7e6a9a6Copy full SHA for 7e6a9a6
src/bin/pg_encoding/Makefile
@@ -6,7 +6,7 @@
6
#
7
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/Makefile,v 1.2 1998/07/26 04:31:18 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/Makefile,v 1.3 1999/06/05 10:27:31 ishii Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -23,7 +23,7 @@ pg_encoding: $(OBJS) $(LIBPQDIR)/libpq.a
23
$(CC) -o pg_encoding $(OBJS) -L$(LIBPQDIR) -lpq $(LDFLAGS)
24
25
install: pg_encoding
26
- $(INSTALL) $(INSTL_EXE_OPTS) pg_encoding $(BINDIR)/pg_encoding
+ $(INSTALL) $(INSTL_EXE_OPTS) pg_encoding$(X) $(BINDIR)/pg_encoding$(X)
27
28
depend dep:
29
$(CC) -MM $(CFLAGS) *.c >depend
0 commit comments