Print

Print


Commit in SimDist/packages/lcio on MAIN
Makefile.in+13-121.3 -> 1.4
JM: fix LCIO Makefile for Windows

SimDist/packages/lcio
Makefile.in 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- Makefile.in	1 Feb 2006 20:16:11 -0000	1.3
+++ Makefile.in	3 Feb 2006 18:36:57 -0000	1.4
@@ -1,12 +1,13 @@
-# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.3 2006/02/01 20:16:11 jeremy Exp $
-
-# package build
-include @[log in to unmask]
-
-# default
-all: cvs config compile_ant
-
-# ant compile
-.PHONY: compile_ant
-compile_ant:
-	cd $(PACKAGE_BUILDDIR) && PATH="$(LCIO)/tools:$(LCIO)/bin:$(PATH)" && ant aid.generate cpp
+# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.4 2006/02/03 18:36:57 jeremy Exp $
+
+# package build
+include @[log in to unmask]
+
+# default
+all: cvs config compile_ant
+
+# ant compile
+.PHONY: compile_ant
+compile_ant:
+	PATH="$(LCIO)/tools:$(LCIO)/bin:$(PATH)" ; cd $(PACKAGE_BUILDDIR) ; ant aid.generate cpp;:
+
CVSspam 0.2.8