Skip to content

Commit e6470a2

Browse files
committed
Fix for Win32 file version sed macro, per report from Dave Page.
1 parent 902ca3e commit e6470a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.198 2004/10/06 09:20:41 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.199 2004/10/06 15:12:32 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -399,7 +399,7 @@ ifneq (,$(PGAPPICON))
399399
PGICOSTR=$(subst /,\/,IDI_ICON ICON \"$(top_builddir)/src/port/$(PGAPPICON).ico\")
400400
endif
401401
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
403403
win32ver.o: win32ver.rc
404404
windres -i win32ver.rc -o win32ver.o --include-dir=$(top_builddir)/src/include
405405
rm -f win32ver.rc

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy