ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/Makefile
(Generate patch)

Comparing BasiliskII/Makefile (file contents):
Revision 1.16 by cebix, 2002-01-15T14:58:31Z vs.
Revision 1.17 by cebix, 2002-01-22T16:07:28Z

# Line 43 | Line 43 | $(SRCARCHIVE): $(SRCS) $(DOCS)
43          -rm -rf $(TMPDIR)
44          mkdir $(TMPDIR)
45          cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII
46 <        cp src/Unix/config.h.in src/Unix/configure $(TMPDIR)/BasiliskII/src/Unix
46 >        cd $(TMPDIR)/BasiliskII/src/Unix; aclocal; autoheader; autoconf
47          rm $(TMPDIR)/BasiliskII/Makefile
48          mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME)
49          cd $(TMPDIR); tar cfz $@ $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines