Print

Print


Commit in lcdd on MAIN
GNUmakefile+1-11.17 -> 1.18
Use the G4TMP dir to locate the library for install rather than G4WORKDIR/tmp (which might not be correct).

lcdd
GNUmakefile 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- GNUmakefile	7 Sep 2005 23:01:42 -0000	1.17
+++ GNUmakefile	12 Sep 2005 18:11:45 -0000	1.18
@@ -58,7 +58,7 @@
 
 lib_copy:
 	@if [ ! -e $(G4WORKDIR)/lib ]; then mkdir $(G4WORKDIR)/lib; fi
-	@cp $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/lib$(G4TARGET).* $(G4WORKDIR)/lib
+	@cp $(G4TMP)/$(G4SYSTEM)/$(G4TARGET)/lib$(G4TARGET).* $(G4WORKDIR)/lib
 
 # target to create Doxygen files
 docs:
CVSspam 0.2.8