Print

Print


Commit in lcdd on MAIN
GNUmakefile+3-31.11 -> 1.12
Set G4WORKDIR to PWD.

lcdd
GNUmakefile 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- GNUmakefile	26 Apr 2005 18:34:26 -0000	1.11
+++ GNUmakefile	16 Jul 2005 00:19:22 -0000	1.12
@@ -15,12 +15,12 @@
 # create lib and copy it
 all: lib lib_copy
 
+# set G4 working dir
+G4WORKDIR := $(PWD)
+
 # local settings from running configure
 include $(PWD)/GNUmakefile.local
 
-# set G4 working dir
-G4WORKDIR := $(LCDD_BASE)
-
 # setup compiler defs from configure
 CPPFLAGS += $(LCDD_CPPFLAGS)
 CPPFLAGS += $(LCDD_CXXFLAGS)
CVSspam 0.2.8