rm GNUmakefile.local; install gui.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-29 19:47:53 +00:00
parent 02cf6b81b8
commit 55b1cd5681
3 changed files with 7 additions and 2 deletions

View file

@ -30,3 +30,6 @@ before-libgmodel-all:: \
# Additional dependencies
$(GNUSTEP_OBJ_DIR)/GMArchiver.o: GMArchiveObjects.m
after-distclean::
rm -f GNUmakefile.local

View file

@ -64,7 +64,8 @@ before-all::
# before-distclean::
# Things to do after distcleaning
# after-distclean::
after-distclean::
rm -f GNUmakefile.local
# Things to do before checking
# before-check::

View file

@ -36,7 +36,8 @@
# before-distclean::
# Things to do after distcleaning
# after-distclean::
after-distclean::
rm -f GNUmakefile.local
# Things to do before checking
# before-check::