diff options
-rw-r--r-- | odk/util/makefile.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk index 3cffef750e1a..b6bc1af33732 100644 --- a/odk/util/makefile.pmk +++ b/odk/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.52 $ +# $Revision: 1.53 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:28:38 $ +# last change: $Author: rt $ $Date: 2007-11-06 16:00:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -189,7 +189,7 @@ INCLUDETOPDIRLIST= \ INCLUDETOPDIRLIST += $(INCOUT)$/systools .ENDIF -INCLUDEDIRLIST:={$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type d -print))} +INCLUDEDIRLIST:={$(subst,/,$/ $(shell @$(FIND) $(INCLUDETOPDIRLIST) -type d -print))} INCLUDEFILELIST=\ $(INCOUT)$/com$/sun$/star$/uno$/Any.h \ @@ -214,7 +214,7 @@ QCB=\) .ENDIF INCLUDELIST:=\ - {$(subst,/,$/ $(shell $(FIND) $(INCLUDETOPDIRLIST) -type f ! $(QOB) -name "*~" -o -name "*build.lst" -o -name "*deliver.log" $(QCB) -print))} \ + {$(subst,/,$/ $(shell @$(FIND) $(INCLUDETOPDIRLIST) -type f ! $(QOB) -name "*~" -o -name "*build.lst" -o -name "*deliver.log" $(QCB) -print))} \ $(INCLUDEFILELIST) SDK_CONTENT_CHECK_FILES= \ |