File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -39,9 +39,9 @@ GENFMGRTABFILES= fmgrtab.c
39
39
# get slurped in prior to this Makefile.inc, or BKIOPTS should be set
40
40
# in a higher directory level.
41
41
#
42
- $(GENFMGRTABFILES ) : $(GENFMGRTAB ) $( catdir ) /pg_proc.h
42
+ $(GENFMGRTABFILES ) : $(GENFMGRTAB ) ../../include/catalog /pg_proc.h
43
43
cd $(objdir ) ; \
44
- sh $(SHOPTS ) $(GENFMGRTAB ) $(BKIOPTS ) $( catdir ) /pg_proc.h
44
+ sh $(SHOPTS ) $(GENFMGRTAB ) $(BKIOPTS ) ../../include/catalog /pg_proc.h
45
45
46
46
$(objdir ) /fmgrtab.o : fmgrtab.c
47
47
$(cc_inobjdir )
You can’t perform that action at this time.
0 commit comments