diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-07-04 16:17:21 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-07-04 16:17:21 +0000 |
| commit | 5c603943ef3c95a6b6a55e6a6a29b83699410f59 (patch) | |
| tree | 30733de118e89d3826925537a35d0fc4ee0e4025 /contrib/lo | |
| parent | 31a020f6eb184a6cf3e184f1a0a804054588907f (diff) | |
| download | postgresql-5c603943ef3c95a6b6a55e6a6a29b83699410f59.tar.gz | |
Makefile cleanup from Karel.
Diffstat (limited to 'contrib/lo')
| -rw-r--r-- | contrib/lo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile index 791804722a..4685bcd131 100644 --- a/contrib/lo/Makefile +++ b/contrib/lo/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.5 2000/06/19 13:53:42 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.6 2000/07/04 16:16:54 momjian Exp $ # TOPDIR=../.. @@ -28,7 +28,7 @@ all: $(MODS) $(SQLS) %.sql: %.sql.in - $(SED) "s|MODULE_PATHNAME|$(CONTRIB_MODDIR)/$@|" < $< > $@ + $(SED) "s|MODULE_PATHNAME|$(CONTRIB_MODDIR)/$(@:.sql=$(DLSUFFIX))|" < $< > $@ install: install_doc install_sql install_mod |
