File: 004-makefile_to_work_on_bash.diff

package info (click to toggle)
postgresql-plsh 1.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,364 kB
  • ctags: 39
  • sloc: sh: 8,849; ansic: 420; makefile: 62; sql: 30
file content (11 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.in-or	2009-12-15 15:58:01.000000000 -0200
+++ Makefile.in	2009-12-15 15:58:30.000000000 -0200
@@ -633,7 +633,7 @@
 
 
 createlang_pgplsh.sql: createlang_pgplsh.sql.in pgplsh.la
-	.  pgplsh.la && sed "s,%filename%,$(pkglibdir)/$$dlname,g" $(srcdir)/createlang_pgplsh.sql.in >createlang_pgplsh.sql
+	. ./pgplsh.la && sed "s,%filename%,$(pkglibdir)/$$dlname,g" $(srcdir)/createlang_pgplsh.sql.in >createlang_pgplsh.sql
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: