Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6470a2

Browse files
committed
Fix for Win32 file version sed macro, per report from Dave Page.
1 parent902ca3e commite6470a2

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/0609:20:41 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.199 2004/10/0615: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)

[8]ページ先頭

©2009-2025 Movatter.jp