]> git.pld-linux.org Git - packages/astyle.git/blame - astyle-Makefile.patch
- up to 1.22
[packages/astyle.git] / astyle-Makefile.patch
CommitLineData
c2b94ee1 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.069106 seconds and 4 git commands to generate.