diff options
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: |
