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

Commita7212a9

Browse files
committed
Install lwlocknames.h even in vpath builds.
Per buildfarm member crake.
1 parent7f8d090 commita7212a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install: all installdirs
5252
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/$$dir/*.h || exit; \
5353
done
5454
ifeq ($(vpath_build),yes)
55-
for file in dynloader.h catalog/schemapg.h parser/gram.h utils/probes.h; do \
55+
for file in dynloader.h catalog/schemapg.h parser/gram.hstorage/lwlocknames.hutils/probes.h; do \
5656
cp $$file '$(DESTDIR)$(includedir_server)'/$$file || exit; \
5757
chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/$$file || exit; \
5858
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp