Import Geant4 8.3.0 source tree
This commit is contained in:
+3
-1
@@ -1,4 +1,4 @@
|
||||
# $Id: common.gmk,v 1.41 2005/12/07 09:41:54 gcosmo Exp $
|
||||
# $Id: common.gmk,v 1.42 2007/02/28 15:35:07 gcosmo Exp $
|
||||
# ----------------------------------------------------------------
|
||||
# Common part of GNUmakefile for libraries. John Allison, 5/7/95.
|
||||
# ----------------------------------------------------------------
|
||||
@@ -110,8 +110,10 @@ $(G4TMPDIR)/%.d: src/%.cc
|
||||
sed 's!$*\.o!$(G4TMPDIR)/& $@!' >$@;\
|
||||
[ -s $@ ] || rm -f $@
|
||||
ifneq ($(dependencies),)
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
-include $(dependencies)
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# Installation of include files
|
||||
|
||||
Reference in New Issue
Block a user