|
1 | 1 | # -*-makefile-*-
|
2 |
| -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.199 2004/10/06 15:12:32 momjian Exp $ |
| 2 | +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.200 2004/10/06 15:14:13 momjian Exp $ |
3 | 3 |
|
4 | 4 | #------------------------------------------------------------------------------
|
5 | 5 | # All PostgreSQL makefiles include this file and use the variables it sets,
|
@@ -399,7 +399,7 @@ ifneq (,$(PGAPPICON))
|
399 | 399 | PGICOSTR=$(subst /,\/,IDI_ICON ICON \"$(top_builddir)/src/port/$(PGAPPICON).ico\")
|
400 | 400 | endif
|
401 | 401 | win32ver.rc:$(top_builddir)/src/port/win32ver.rc
|
402 |
| -sed -e's;FILEDESC;$(PGFILEDESC);' -e"s/VFT_APP/$(PGFTYPE)/" -e"s/_ICO_/$(PGICOSTR)/"$(top_builddir)/src/port/win32ver.rc> win32ver.rc |
| 402 | +sed -e's;FILEDESC;$(PGFILEDESC);' -e's;VFT_APP;$(PGFTYPE);' -e's;_ICO_;$(PGICOSTR);'$(top_builddir)/src/port/win32ver.rc> win32ver.rc |
403 | 403 | win32ver.o: win32ver.rc
|
404 | 404 | windres -i win32ver.rc -o win32ver.o --include-dir=$(top_builddir)/src/include
|
405 | 405 | rm -f win32ver.rc
|
|