File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 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 $
2
2
3
3
subdir = contrib/pg_controldata
4
4
top_builddir = ../..
5
5
include $(top_builddir ) /src/Makefile.global
6
6
7
7
PROGRAM = pg_controldata
8
- OBJS = pg_controldata.o pg_crc.o $(notdir $( SNPRINTF ) )
8
+ OBJS = pg_controldata.o pg_crc.o $(SNPRINTF )
9
9
10
10
pg_crc.c : $(top_srcdir ) /src/backend/utils/hash/pg_crc.c
11
11
rm -f $@ && $(LN_S ) $< .
12
12
13
- ifdef SNPRINTF
14
- $(basename $(notdir $(SNPRINTF ) ) ) .c : $(basename $(SNPRINTF ) ) .c
15
- rm -f $@ && $(LN_S ) $< .
16
- endif
17
-
18
13
EXTRA_CLEAN = pg_crc.c snprintf.c
19
14
20
15
DOCS = README.pg_controldata
Original file line number Diff line number Diff line change 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 $
2
2
3
3
subdir = contrib/pg_resetxlog
4
4
top_builddir = ../..
5
5
include $(top_builddir ) /src/Makefile.global
6
6
7
7
PROGRAM = pg_resetxlog
8
- OBJS = pg_resetxlog.o pg_crc.o $(notdir $( SNPRINTF ) )
8
+ OBJS = pg_resetxlog.o pg_crc.o $(SNPRINTF )
9
9
10
10
pg_crc.c : $(top_srcdir ) /src/backend/utils/hash/pg_crc.c
11
11
rm -f $@ && $(LN_S ) $< .
12
12
13
- ifdef SNPRINTF
14
- $(basename $(notdir $(SNPRINTF ) ) ) .c : $(basename $(SNPRINTF ) ) .c
15
- rm -f $@ && $(LN_S ) $< .
16
- endif
17
-
18
13
EXTRA_CLEAN = pg_crc.c snprintf.c
19
14
20
15
DOCS = README.pg_resetxlog
You can’t perform that action at this time.
0 commit comments