git » fp-git.git » commit a914a0e

Added src2 for irix portability

author ecalot
2005-05-10 04:03:47 UTC
committer ecalot
2005-05-10 04:03:47 UTC
parent 23d347d0f32108f4e5a8852051ca0079fe9f80ef

Added src2 for irix portability

FP/src/Makefile +1 -1

diff --git a/FP/src/Makefile b/FP/src/Makefile
index 148e90b..b0eee56 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -82,7 +82,7 @@ LINKEROPTIONS = $(LINKERRELEASE)
 $(EXEFILE): $(OBJFILES)
 	$(INFO) Linking files...
 	$(MAKEDIR) bin
-	$(LINKER) $(LINKEROPTIONS) -o $(EXEFILE) $(OBJFILES) $(LIBS) $(LINKEROPTIONS)
+	$(LINKER) $(LINKEROPTIONS) -o $(EXEFILE) $(OBJFILES) $(LIBS) $(LINKEROPTIONS) $(SRC2)
 	$(INFO) Program successfully compiled
 
 ###################