mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Simplification: Build executable directly from .c file.
This commit is contained in:
parent
bd9d9621dc
commit
f999912658
@ -1,13 +1,10 @@
|
|||||||
# $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 $
|
||||||
|
|
||||||
subdir = src/bin/pg_passwd
|
subdir = src/bin/pg_passwd
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
all: pg_passwd$(X)
|
all: pg_passwd
|
||||||
|
|
||||||
pg_passwd$(X): pg_passwd.o
|
|
||||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
|
||||||
|
|
||||||
install: all installdirs
|
install: all installdirs
|
||||||
$(INSTALL_PROGRAM) pg_passwd$(X) $(DESTDIR)$(bindir)/pg_passwd$(X)
|
$(INSTALL_PROGRAM) pg_passwd$(X) $(DESTDIR)$(bindir)/pg_passwd$(X)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user