Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f999912

Browse files
committed
Simplification: Build executable directly from .c file.
1 parent bd9d962 commit f999912

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/bin/pg_passwd/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 $
1+
# $Header: /cvsroot/pgsql/src/bin/pg_passwd/Attic/Makefile,v 1.12 2000/11/18 19:00:23 petere Exp $
22

33
subdir = src/bin/pg_passwd
44
top_builddir = ../../..
55
include $(top_builddir)/src/Makefile.global
66

7-
all: pg_passwd$(X)
8-
9-
pg_passwd$(X): pg_passwd.o
10-
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
7+
all: pg_passwd
118

129
install: all installdirs
1310
$(INSTALL_PROGRAM) pg_passwd$(X) $(DESTDIR)$(bindir)/pg_passwd$(X)

0 commit comments

Comments
 (0)