Skip to content

Commit f634c14

Browse files
committed
Path to pg_proc.h to create fmgrtab.c change to include/catalog
1 parent 1054097 commit f634c14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/Makefile.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:22:01 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Makefile.inc,v 1.2 1996/08/28 02:13:10 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -39,9 +39,9 @@ GENFMGRTABFILES= fmgrtab.c
3939
# get slurped in prior to this Makefile.inc, or BKIOPTS should be set
4040
# in a higher directory level.
4141
#
42-
$(GENFMGRTABFILES): $(GENFMGRTAB) $(catdir)/pg_proc.h
42+
$(GENFMGRTABFILES): $(GENFMGRTAB) ../../include/catalog/pg_proc.h
4343
cd $(objdir); \
44-
sh $(SHOPTS) $(GENFMGRTAB) $(BKIOPTS) $(catdir)/pg_proc.h
44+
sh $(SHOPTS) $(GENFMGRTAB) $(BKIOPTS) ../../include/catalog/pg_proc.h
4545

4646
$(objdir)/fmgrtab.o: fmgrtab.c
4747
$(cc_inobjdir)

0 commit comments

Comments
 (0)