File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.70 2001/04/04 21:15:56 tgl Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.71 2001/04/23 20:27:55 petere Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -97,7 +97,7 @@ utils/fmgroids.h: utils/Gen_fmgrtab.sh $(top_srcdir)/src/include/catalog/pg_proc
97
97
# up to date when we update the base file.
98
98
99
99
$(top_builddir ) /src/include/parser/parse.h : $(srcdir ) /parser/parse.h
100
- prereqdir=` cd $( dir $< ) && pwd` && \
100
+ prereqdir=` cd $( dir $< ) > /dev/null && pwd` && \
101
101
cd $(dir $@ ) && rm -f $(notdir $@ ) && \
102
102
$(LN_S ) $$ prereqdir/$(notdir $< ) .
103
103
You can’t perform that action at this time.
0 commit comments