|
2 | 2 | # |
3 | 3 | # Makefile for backend/catalog |
4 | 4 | # |
5 | | -# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.46 2003/04/06 22:45:22 petere Exp $ |
| 5 | +# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.47 2003/08/01 16:12:32 petere Exp $ |
6 | 6 | # |
7 | 7 | #------------------------------------------------------------------------- |
8 | 8 |
|
@@ -37,7 +37,10 @@ POSTGRES_BKI_SRCS := $(addprefix $(top_srcdir)/src/include/catalog/,\ |
37 | 37 |
|
38 | 38 | pg_includes :=$(sort -I$(top_srcdir)/src/include -I$(top_builddir)/src/include) |
39 | 39 |
|
40 | | -postgres.bkipostgres.description: genbki.sh$(POSTGRES_BKI_SRCS)\ |
| 40 | +# see explanation in ../parser/Makefile |
| 41 | +postgres.description: postgres.bki ; |
| 42 | + |
| 43 | +postgres.bki: genbki.sh$(POSTGRES_BKI_SRCS)\ |
41 | 44 | $(top_srcdir)/src/include/postgres_ext.h $(top_builddir)/src/include/pg_config_manual.h |
42 | 45 | CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $< $(BKIOPTS) -o postgres $(pg_includes) $(POSTGRES_BKI_SRCS) --set-version=$(VERSION) |
43 | 46 |
|
|