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 bd9d962 commit f999912Copy full SHA for f999912
src/bin/pg_passwd/Makefile
@@ -1,13 +1,10 @@
1
-# $Header: /cvsroot/pgsql/src/bin/pg_passwd/Attic/Makefile,v 1.11 2000/09/17 13:02:41 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_passwd/Attic/Makefile,v 1.12 2000/11/18 19:00:23 petere Exp $
2
3
subdir = src/bin/pg_passwd
4
top_builddir = ../../..
5
include $(top_builddir)/src/Makefile.global
6
7
-all: pg_passwd$(X)
8
-
9
-pg_passwd$(X): pg_passwd.o
10
- $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
+all: pg_passwd
11
12
install: all installdirs
13
$(INSTALL_PROGRAM) pg_passwd$(X) $(DESTDIR)$(bindir)/pg_passwd$(X)
0 commit comments