(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:
Andrew McCallum 1995-08-09 16:21:38 +00:00
parent 3ac6b35735
commit 3cbded4d21

View file

@ -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