Skip to content

Commit

Permalink
Merge pull request #31 from rmcgibbo/link-with-gcc
Browse files Browse the repository at this point in the history
Link sqm with CC
  • Loading branch information
jchodera committed Oct 11, 2015
2 parents e11361c + 5041687 commit 9439be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ install: sqm$(SFX)
mv sqm$(SFX) $(BINDIR)

sqm$(SFX): $(SQMOBJ) $(QMOBJ) sys
$(FC) $(FPPFLAGS) $(FFLAGS) $(AMBERFFLAGS) -o sqm$(SFX) $(SQMOBJ) $(QMOBJ) \
$(FLIBSF) ../lib/sys.a $(LDFLAGS) $(AMBERLDFLAGS)
$(CC) $(FPPFLAGS) $(FFLAGS) $(AMBERFFLAGS) -o sqm$(SFX) $(SQMOBJ) $(QMOBJ) \
$(FLIBS) ../lib/sys.a $(LDFLAGS) $(AMBERLDFLAGS)

#-----------LIBS

Expand Down

0 comments on commit 9439be7

Please sign in to comment.