X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2FMakefile.in;h=ac8c2cd81c346a442f66076a91a1b6bcdb935748;hb=e3d8d5a5a9425b40e09df86a597c3e971dced9d1;hp=f1ae7c08fa15f9949205f353665bba805f4e1a18;hpb=efd717f13effbf1d0fd743a214aebc0c97c8b66c;p=ncurses.git diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index f1ae7c08..ac8c2cd8 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.148 2015/10/17 21:48:15 Esa.Peuha Exp $ +# $Id: Makefile.in,v 1.149 2016/01/23 21:32:00 tom Exp $ ############################################################################## -# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -266,7 +266,8 @@ tags: @MAKE_UPPER_TAGS@ $(ETAGS) *.[ch] */*.[ch] mostlyclean :: - -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace + -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac + -test -f trace || rm -f trace -rm -f $(TEST_PROGS) clean :: mostlyclean