mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Contrib port/ usage is same as others so no need for rules.
This commit is contained in:
@ -1,20 +1,15 @@
|
||||
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.4 2002/07/18 03:59:49 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.5 2002/07/18 04:33:39 momjian Exp $
|
||||
|
||||
subdir = contrib/pg_resetxlog
|
||||
top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
PROGRAM = pg_resetxlog
|
||||
OBJS = pg_resetxlog.o pg_crc.o $(notdir $(SNPRINTF))
|
||||
OBJS = pg_resetxlog.o pg_crc.o $(SNPRINTF)
|
||||
|
||||
pg_crc.c: $(top_srcdir)/src/backend/utils/hash/pg_crc.c
|
||||
rm -f $@ && $(LN_S) $< .
|
||||
|
||||
ifdef SNPRINTF
|
||||
$(basename $(notdir $(SNPRINTF))).c: $(basename $(SNPRINTF)).c
|
||||
rm -f $@ && $(LN_S) $< .
|
||||
endif
|
||||
|
||||
EXTRA_CLEAN = pg_crc.c snprintf.c
|
||||
|
||||
DOCS = README.pg_resetxlog
|
||||
|
Reference in New Issue
Block a user