]> git.pld-linux.org Git - packages/astyle.git/blob - astyle-Makefile.patch
- new. to pass __cxx in spec
[packages/astyle.git] / astyle-Makefile.patch
1 --- astyle-1.15.3.orig/Makefile 2006-05-12 15:49:17.000000000 +0200
2 +++ astyle-1.15.3/Makefile      2006-05-12 15:49:37.000000000 +0200
3 @@ -4,10 +4,10 @@
4  OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o
5  
6  astyle: $(OBJS)
7 -       g++ $(CPPFLAGS) -o astyle  $(OBJS)
8 +       $(CXX) $(CPPFLAGS) -o astyle  $(OBJS)
9  
10  .cpp.o:
11 -       g++ $(CPPFLAGS) -c $<
12 +       $(CXX) $(CPPFLAGS) -c $<
13  .SUFFIXES: .cpp .c .o
14  
15  clean:
This page took 0.040926 seconds and 3 git commands to generate.