5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.27 2004/05/25 01:00:27 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.28 2004/05/26 17:24:05 tgl Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -31,10 +31,10 @@ dropuser: dropuser.o common.o exec.o dumputils.o $(top_builddir)/src/backend/par
31
31
clusterdb : clusterdb.o common.o exec.o dumputils.o $(top_builddir ) /src/backend/parser/keywords.o
32
32
vacuumdb : vacuumdb.o common.o exec.o
33
33
34
- exec .c : % : $(top_srcdir ) /src/port /%
34
+ dumputils .c : % : $(top_srcdir ) /src/bin/pg_dump /%
35
35
rm -f $@ && $(LN_S ) $< .
36
36
37
- dumputils .c : % : $(top_srcdir ) /src/bin/pg_dump /%
37
+ exec .c : % : $(top_srcdir ) /src/port /%
38
38
rm -f $@ && $(LN_S ) $< .
39
39
40
40
print.c mbprint.c : % : $(top_srcdir ) /src/bin/psql/%
@@ -63,4 +63,6 @@ uninstall:
63
63
64
64
65
65
clean distclean maintainer-clean :
66
- rm -f $(addsuffix $(X ) , $(PROGRAMS ) ) $(addsuffix .o, $(PROGRAMS ) ) common.o dumputils.o print.o mbprint.o dumputils.c exec.c print.c mbprint.c
66
+ rm -f $(addsuffix $(X ) , $(PROGRAMS ) ) $(addsuffix .o, $(PROGRAMS ) )
67
+ rm -f common.o dumputils.o exec.o print.o mbprint.o
68
+ rm -f dumputils.c exec.c print.c mbprint.c
0 commit comments