diff options
| author | Bruce Momjian | 2000-06-19 13:54:50 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-06-19 13:54:50 +0000 |
| commit | 6de7d4fe91b1f037eb9ad612a22e972037426100 (patch) | |
| tree | 1661370f02a7ce6aa212a35b15d35f344faccad1 /contrib/lo/Makefile | |
| parent | b2c56574e1a83d4f71f72f9243423eeddbdbbe20 (diff) | |
Update to /contrib from Karel.
Diffstat (limited to 'contrib/lo/Makefile')
| -rw-r--r-- | contrib/lo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile index 08bff07b842..791804722a2 100644 --- a/contrib/lo/Makefile +++ b/contrib/lo/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.4 2000/06/16 18:58:49 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.5 2000/06/19 13:53:42 momjian Exp $ # TOPDIR=../.. @@ -10,8 +10,8 @@ NAME = lo PROGRAM = OBJS = $(NAME).o -DOCS = README -SQLS = $(NAME).sql +DOCS = README.$(NAME) +SQLS = $(NAME).sql lo_drop.sql lo_test.sql BINS = EXAMPLES= MODS = $(NAME)$(DLSUFFIX) @@ -35,7 +35,7 @@ install: install_doc install_sql install_mod install_doc: for inst_file in $(DOCS); do \ - $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \ + $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \ done install_sql: |
