Skip to content

Commit 4bdb158

Browse files
committed
typo fix in makefile
1 parent 3bda823 commit 4bdb158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: GNUmakefile_full

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ROOTSO := libWCSimRoot.so
5656

5757
ROOTSRC := ./src/WCSimRootEvent.cc ./include/WCSimRootEvent.hh ./src/WCSimRootGeom.cc ./include/WCSimRootGeom.hh ./include/WCSimPmtInfo.hh ./src/WCSimEnumerations.cc ./include/WCSimEnumerations.hh ./src/WCSimRootOptions.cc ./include/WCSimRootOptions.hh ./include/WCSimRootLinkDef.hh
5858

59-
ROOTOBJS := $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootEvent.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootGeom.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimPmtInfo.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimEnumerations.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootOptions.hh $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootDict.o
59+
ROOTOBJS := $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootEvent.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootGeom.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimPmtInfo.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimEnumerations.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootOptions.o $(G4WORKDIR)/tmp/$(G4SYSTEM)/WCSim/WCSimRootDict.o
6060

6161
shared: $(ROOTSRC) $(ROOTOBJS)
6262
g++ -shared -O $(ROOTOBJS) -o $(ROOTSO) $(ROOTLIBS)

0 commit comments

Comments
 (0)