mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Makefile cleanup.
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.88 2003/08/08 03:18:40 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.89 2003/08/08 03:22:24 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -49,15 +49,12 @@ backend_src = $(top_srcdir)/src/backend
|
|||||||
crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: % : $(top_srcdir)/src/port/%
|
crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c: % : $(top_srcdir)/src/port/%
|
||||||
rm -f $@ && $(LN_S) $< .
|
rm -f $@ && $(LN_S) $< .
|
||||||
|
|
||||||
|
md5.c ip.c: % : $(backend_src)/libpq/%
|
||||||
|
rm -f $@ && $(LN_S) $< .
|
||||||
|
|
||||||
dllist.c: $(backend_src)/lib/dllist.c
|
dllist.c: $(backend_src)/lib/dllist.c
|
||||||
rm -f $@ && $(LN_S) $< .
|
rm -f $@ && $(LN_S) $< .
|
||||||
|
|
||||||
md5.c: $(backend_src)/libpq/md5.c
|
|
||||||
rm -f $@ && $(LN_S) $< .
|
|
||||||
|
|
||||||
ip.c: $(backend_src)/libpq/ip.c
|
|
||||||
rm -f $@ && $(LN_S) $< .
|
|
||||||
|
|
||||||
encnames.c wchar.c : % : $(backend_src)/utils/mb/%
|
encnames.c wchar.c : % : $(backend_src)/utils/mb/%
|
||||||
rm -f $@ && $(LN_S) $< .
|
rm -f $@ && $(LN_S) $< .
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user