Skip to content

Commit a5a8110

Browse files
committed
Contrib port/ usage is same as others so no need for rules.
1 parent 7c5c1a2 commit a5a8110

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

contrib/pg_controldata/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.6 2002/07/18 03:59:49 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.7 2002/07/18 04:33:39 momjian Exp $
22

33
subdir = contrib/pg_controldata
44
top_builddir = ../..
55
include $(top_builddir)/src/Makefile.global
66

77
PROGRAM = pg_controldata
8-
OBJS = pg_controldata.o pg_crc.o $(notdir $(SNPRINTF))
8+
OBJS = pg_controldata.o pg_crc.o $(SNPRINTF)
99

1010
pg_crc.c: $(top_srcdir)/src/backend/utils/hash/pg_crc.c
1111
rm -f $@ && $(LN_S) $< .
1212

13-
ifdef SNPRINTF
14-
$(basename $(notdir $(SNPRINTF))).c: $(basename $(SNPRINTF)).c
15-
rm -f $@ && $(LN_S) $< .
16-
endif
17-
1813
EXTRA_CLEAN = pg_crc.c snprintf.c
1914

2015
DOCS = README.pg_controldata

contrib/pg_resetxlog/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.4 2002/07/18 03:59:49 momjian Exp $
1+
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.5 2002/07/18 04:33:39 momjian Exp $
22

33
subdir = contrib/pg_resetxlog
44
top_builddir = ../..
55
include $(top_builddir)/src/Makefile.global
66

77
PROGRAM = pg_resetxlog
8-
OBJS = pg_resetxlog.o pg_crc.o $(notdir $(SNPRINTF))
8+
OBJS = pg_resetxlog.o pg_crc.o $(SNPRINTF)
99

1010
pg_crc.c: $(top_srcdir)/src/backend/utils/hash/pg_crc.c
1111
rm -f $@ && $(LN_S) $< .
1212

13-
ifdef SNPRINTF
14-
$(basename $(notdir $(SNPRINTF))).c: $(basename $(SNPRINTF)).c
15-
rm -f $@ && $(LN_S) $< .
16-
endif
17-
1813
EXTRA_CLEAN = pg_crc.c snprintf.c
1914

2015
DOCS = README.pg_resetxlog

0 commit comments

Comments
 (0)