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

Commit602070f

Browse files
committed
ecpg: Parallel make fix
In some parallel make situations, the install-headers target could becalled before the installation directories are created by installdirs,causing the installation to fail. Fix that by making install-headersdepend on installdirs.
1 parent6caf759 commit602070f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/include/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informi
1818
sqlda.h sqlda-compat.h sqlda-native.h
1919
informix_headers = datetime.h decimal.h sqltypes.h
2020

21-
install-headers:$(ecpg_headers)$(informix_headers)
21+
install-headers:$(ecpg_headers)$(informix_headers) installdirs
2222
$(INSTALL_DATA)$(addprefix$(srcdir)/,$(ecpg_headers))'$(DESTDIR)$(includedir)/'
2323
$(INSTALL_DATA)$(addprefix$(srcdir)/,$(informix_headers))'$(DESTDIR)$(informix_esql_dir)/'
2424
$(INSTALL_DATA)$(ecpg_config_h)'$(DESTDIR)$(includedir)'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp