comparison netinstall/Makefile.in.in @ 3083:193188e494b2

[xemacs-hg @ 2005-11-22 07:14:37 by ben] fix problems building with CVS dirs dynodump/Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean, to prevent problems trying to remove lock/CVS. Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean. common/Makefile.common: Ignore errors from rm during clean.
author ben
date Tue, 22 Nov 2005 07:14:54 +0000
parents 21d92abaac3a
children 9aa33376bb5e
comparison
equal deleted inserted replaced
3082:990996ef092b 3083:193188e494b2
200 mv lex.yy.c inilex.c 200 mv lex.yy.c inilex.c
201 201
202 .PHONY: mostlyclean clean distclean realclean extraclean 202 .PHONY: mostlyclean clean distclean realclean extraclean
203 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig 203 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig
204 mostlyclean: 204 mostlyclean:
205 $(RM) *.o *.i *.ini core 205 -$(RM) *.o *.i *.ini core
206 clean: mostlyclean 206 clean: mostlyclean
207 $(RM) $(PROGS) 207 -$(RM) $(PROGS)
208 distclean-noconfig: clean 208 distclean-noconfig: clean
209 $(RM) TAGS 209 -$(RM) TAGS
210 ## This is used in making a distribution. 210 ## This is used in making a distribution.
211 ## Do not use it on development directories! 211 ## Do not use it on development directories!
212 distclean: distclean-noconfig 212 distclean: distclean-noconfig
213 $(RM) GNUmakefile Makefile Makefile.in 213 -$(RM) GNUmakefile Makefile Makefile.in
214 realclean-noconfig: distclean-noconfig 214 realclean-noconfig: distclean-noconfig
215 realclean: distclean 215 realclean: distclean
216 extraclean-noconfig: realclean-noconfig 216 extraclean-noconfig: realclean-noconfig
217 $(RM) *~ \#* 217 -$(RM) *~ \#*
218 extraclean: realclean 218 extraclean: realclean
219 $(RM) *~ \#* 219 -$(RM) *~ \#*
220 220
221 choose.o: choose.cc win32.h dialog.h resource.h state.h ini.h concat.h \ 221 choose.o: choose.cc win32.h dialog.h resource.h state.h ini.h concat.h \
222 msg.h log.h find.h reginfo.h 222 msg.h log.h find.h reginfo.h
223 concat.o: concat.cc 223 concat.o: concat.cc
224 desktop.o: desktop.cc win32.h resource.h ini.h msg.h state.h concat.h \ 224 desktop.o: desktop.cc win32.h resource.h ini.h msg.h state.h concat.h \