mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
02cf6b81b8
commit
55b1cd5681
3 changed files with 7 additions and 2 deletions
|
@ -30,3 +30,6 @@ before-libgmodel-all:: \
|
|||
|
||||
# Additional dependencies
|
||||
$(GNUSTEP_OBJ_DIR)/GMArchiver.o: GMArchiveObjects.m
|
||||
|
||||
after-distclean::
|
||||
rm -f GNUmakefile.local
|
||||
|
|
|
@ -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::
|
||||
|
|
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue