File tree 2 files changed +6
-5
lines changed
src/backend/utils/mb/conversion_procs
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for utils/mb/conversion_procs
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/Makefile,v 1.8 2003/08/08 14:31:12 tgl Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/Makefile,v 1.9 2003/08/23 04:22:34 petere Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -185,10 +185,10 @@ installdirs:
185
185
$(mkinstalldirs ) $(DESTDIR )$(datadir ) $(DESTDIR )$(pkglibdir )
186
186
187
187
uninstall :
188
-
189
- dep depend distprep :
188
+ rm -f $( DESTDIR )$( datadir ) / $( SQLSCRIPT )
189
+ @for dir in $( DIRS ) ; do $( MAKE ) -C $$ dir $@ || exit ; done
190
190
191
191
clean distclean maintainer-clean :
192
- $( RM ) $(SQLSCRIPT )
192
+ rm -f $(SQLSCRIPT )
193
193
@for dir in $(DIRS ) ; do $(MAKE ) -C $$ dir $@ ; done
194
194
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ include $(top_srcdir)/src/Makefile.shlib
14
14
install : all
15
15
$(INSTALL_SHLIB ) $(shlib ) $(DESTDIR )$(pkglibdir ) /$(NAME )$(DLSUFFIX )
16
16
17
- uninstall : uninstall-lib
17
+ uninstall :
18
+ rm -f $(DESTDIR )$(pkglibdir ) /$(NAME )$(DLSUFFIX )
18
19
19
20
clean distclean maintainer-clean : clean-lib
20
21
rm -f $(OBJS )
You can’t perform that action at this time.
0 commit comments