projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1e59f
)
Add install dependency.
author
Bryan Henderson
<
[email protected]
>
Tue, 12 Nov 1996 06:10:10 +0000
(06:10 +0000)
committer
Bryan Henderson
<
[email protected]
>
Tue, 12 Nov 1996 06:10:10 +0000
(06:10 +0000)
src/bin/pg_id/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_id/Makefile
b/src/bin/pg_id/Makefile
index a65b7455e6a33af7cecf81c5d80b770fff522b16..1d9ddb8dc4de7036e6cf671dc0e9f5ff81f6bb36 100644
(file)
--- a/
src/bin/pg_id/Makefile
+++ b/
src/bin/pg_id/Makefile
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/Makefile,v 1.
2 1996/11/11 13:41:08
bryanh Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/Makefile,v 1.
3 1996/11/12 06:10:10
bryanh Exp $
#
#-------------------------------------------------------------------------
@@
-25,7
+25,7
@@
pg_id: $(OBJS) $(LIBPQDIR)/libpq.a
$(LIBPQDIR)/libpq.a:
$(MAKE) -C $(LIBPQDIR) libpq.a
-install:
+install:
pg_id
$(INSTALL) $(INSTL_EXE_OPTS) pg_id $(DESTDIR)$(BINDIR)/pg_id
depend dep: