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

Commitf4127fe

Browse files
author
Neil Conway
committed
Don't create $DESTDIR/include/internal/lib, as it is no longer used.
1 parentd0066b9 commitf4127fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# 'make install' installs whole contents of src/include.
66
#
7-
# $PostgreSQL: pgsql/src/include/Makefile,v 1.15 2004/10/16 22:52:39 tgl Exp $
7+
# $PostgreSQL: pgsql/src/include/Makefile,v 1.16 2004/11/03 07:38:08 neilc Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -46,7 +46,7 @@ install: all installdirs remove-old-headers
4646
done
4747

4848
installdirs:
49-
$(mkinstalldirs)$(DESTDIR)$(includedir)/libpq$(DESTDIR)$(includedir_internal)/libpq$(DESTDIR)$(includedir_internal)/lib
49+
$(mkinstalldirs)$(DESTDIR)$(includedir)/libpq$(DESTDIR)$(includedir_internal)/libpq
5050
$(mkinstalldirs)$(addprefix$(DESTDIR)$(includedir_server)/,$(SUBDIRS))
5151

5252

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp