File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.49 2001/02/04 14:09:33 petere Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.50 2001/02/11 01:52:11 ishii Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -24,7 +24,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
24
24
$(INET_ATON ) $(SNPRINTF ) $(STRERROR )
25
25
26
26
ifdef MULTIBYTE
27
- OBJS+ = common.o wchar.o
27
+ OBJS+ = wchar.o
28
28
endif
29
29
30
30
# Add libraries that libpq depends (or might depend) on into the
@@ -62,7 +62,7 @@ strerror.c: $(backend_src)/port/strerror.c
62
62
rm -f $@ && $(LN_S ) $< .
63
63
64
64
ifdef MULTIBYTE
65
- common.c wchar.c : % : $(backend_src ) /utils/mb/%
65
+ wchar.c : % : $(backend_src ) /utils/mb/%
66
66
rm -f $@ && $(LN_S ) $< .
67
67
endif
68
68
@@ -82,7 +82,7 @@ uninstall: uninstall-lib
82
82
rm -f $(addprefix $(DESTDIR )$(includedir ) /, libpq-fe.h libpq-int.h pqexpbuffer.h)
83
83
84
84
clean distclean maintainer-clean : clean-lib
85
- rm -f $(OBJS ) dllist.c common.c wchar.c conv.c big5 .c
85
+ rm -f $(OBJS ) dllist.c wchar.c
86
86
rm -f $(OBJS ) inet_aton.c snprintf.c strerror.c
87
87
88
88
depend dep :
You can’t perform that action at this time.
0 commit comments