|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1998-2002, PostgreSQL Global Development Group
|
6 | 6 | #
|
7 |
| -# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.7 2004/04/26 17:40:48 momjian Exp $ |
| 7 | +# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.8 2004/04/30 20:01:39 momjian Exp $ |
8 | 8 | #
|
9 | 9 | #-------------------------------------------------------------------------
|
10 | 10 |
|
11 | 11 | subdir = src/bin/pg_resetxlog
|
12 | 12 | top_builddir = ../../..
|
13 | 13 | include$(top_builddir)/src/Makefile.global
|
14 | 14 |
|
15 |
| -overrideCPPFLAGS:=$(CPPFLAGS) -DFRONTEND |
| 15 | +overrideCPPFLAGS+= -DFRONTEND |
16 | 16 |
|
17 | 17 | OBJS= pg_resetxlog.o pg_crc.o\
|
18 | 18 | $(filter dirmod.o,$(LIBOBJS))
|
|