mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(RCS_FILES): Renamed Makefile to Makefile.in.
(Makefile, ../config.status): New targets. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@545 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ac6b35735
commit
3cbded4d21
1 changed files with 6 additions and 1 deletions
|
@ -36,9 +36,14 @@ HOWTO-patches \
|
|||
example.patch \
|
||||
volunteers
|
||||
|
||||
RCS_FILES = Makefile
|
||||
RCS_FILES = Makefile.in
|
||||
DIST_FILES = $(RCS_FILES) $(ADMIN_FILES)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in ../config.status
|
||||
cd ..; $(SHELL) config.status
|
||||
../config.status:
|
||||
cd ..; $(SHELL) configure --no-create
|
||||
|
||||
mostlyclean:
|
||||
rm -f *~
|
||||
clean: mostlyclean
|
||||
|
|
Loading…
Reference in a new issue