]> git.pld-linux.org Git - packages/conquests.git/blob - makefile.patch
- initial
[packages/conquests.git] / makefile.patch
1 --- conquests_src-orig/makefile_conquests       2011-04-06 09:31:15.252953957 +0200
2 +++ conquests_src/makefile_conquests    2011-04-06 09:50:14.825216742 +0200
3 @@ -15,7 +15,7 @@
4         $(CC) $(CCFLAGS) $(LINKPATH) $(LIBS) -o $(APP) $(OFILES)
5  
6  .cpp.o:
7 -       $(CC) $(CCFLAGS) -O2 $(INC) -c $< -o $@
8 +       $(CC) $(CCFLAGS) $(INC) $(LIBS) -c $< -o $@
9  clean:
10         rm -f $(OFILES)
11         rm $(APP)
This page took 0.114652 seconds and 3 git commands to generate.