]> git.pld-linux.org Git - packages/crafty.git/blame - crafty-Makefile.patch
- adapterized (killed trailing spaces/tabs)
[packages/crafty.git] / crafty-Makefile.patch
CommitLineData
b7a7e119
AG
1diff -burN crafty-18.9.orig/Makefile crafty-18.9/Makefile
2--- crafty-18.9.orig/Makefile 2003-12-13 22:55:35.000000000 +0000
3+++ crafty-18.9/Makefile 2003-12-13 22:55:57.000000000 +0000
4@@ -368,7 +368,7 @@
5 crafty
6
7 crafty: $(objects)
8- $(CC) $(LDFLAGS) -o crafty $(objects) -lm $(LIBS)
9+ $(CXX) $(LDFLAGS) -o crafty $(objects) -lm $(LIBS)
10 @rm -f X86-elf.S
11 @rm -f X86-aout.S
12
This page took 0.053922 seconds and 4 git commands to generate.