[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.10
Chris McDonough
chrism@zope.com
Fri, 13 Jun 2003 02:32:07 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv11409/inst
Modified Files:
Makefile.in
Log Message:
Macro declaration can't be on same line as target.
=== Zope/inst/Makefile.in 1.9 => 1.10 ===
--- Zope/inst/Makefile.in:1.9 Fri Jun 13 02:27:19 2003
+++ Zope/inst/Makefile.in Fri Jun 13 02:32:07 2003
@@ -72,7 +72,8 @@
# extensions because it also compiles bytecode, but it's more intuitive and
# less expensive in the common case than letting distutils
# potentially rebuild the binaries when we've done that already.
-inplace: PREFIX=${BASE_DIR} install
+inplace: PREFIX=${BASE_DIR}
+inplace: install
# instance: Do an inplace build and create an instance home in the resulting
# software home.