File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44#
55# Copyright (c) 2006-2008, PostgreSQL Global Development Group
66#
7- # $PostgreSQL: pgsql/src/backend/tsearch/Makefile,v 1.4 2008/01/01 19:45:52 momjian Exp $
7+ # $PostgreSQL: pgsql/src/backend/tsearch/Makefile,v 1.5 2008/02/18 16:04:32 petere Exp $
88#
99# -------------------------------------------------------------------------
1010subdir = src/backend/tsearch
@@ -32,7 +32,7 @@ depend dep:
3232.PHONY : install-data
3333install-data : $(DICTFILES ) installdirs
3434 for i in $( DICTFILES) ; \
35- do $(INSTALL_DATA ) $(srcdir ) /$$ i ' $(DESTDIR)$(datadir)/$(DICTDIR)/' $$ i; \
35+ do $(INSTALL_DATA ) $(srcdir ) /$$ i ' $(DESTDIR)$(datadir)/$(DICTDIR)/' $$ i || exit ; \
3636 done
3737
3838installdirs :
@@ -41,7 +41,7 @@ installdirs:
4141.PHONY : uninstall-data
4242uninstall-data :
4343 for i in $( DICTFILES) ; \
44- do rm -rf ' $(DESTDIR)$(datadir)/$(DICTDIR)/' $$ i ; \
44+ do rm -rf ' $(DESTDIR)$(datadir)/$(DICTDIR)/' $$ i || exit ; \
4545 done
4646
4747clean distclean maintainer-clean :
You can’t perform that action at this time.
0 commit comments