]> git.pld-linux.org Git - packages/astyle.git/commitdiff
- no more needed
authorarvenil <arvenil@pld-linux.org>
Sat, 5 Apr 2008 13:39:36 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astyle-Makefile.patch -> 1.2

astyle-Makefile.patch [deleted file]

diff --git a/astyle-Makefile.patch b/astyle-Makefile.patch
deleted file mode 100644 (file)
index 7ae7b83..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- astyle-1.15.3.orig/Makefile        2006-05-12 15:49:17.000000000 +0200
-+++ astyle-1.15.3/Makefile     2006-05-12 15:49:37.000000000 +0200
-@@ -4,10 +4,10 @@
- OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o
- astyle: $(OBJS)
--      g++ $(CPPFLAGS) -o astyle  $(OBJS)
-+      $(CXX) $(CPPFLAGS) -o astyle  $(OBJS)
- .cpp.o:
--      g++ $(CPPFLAGS) -c $<
-+      $(CXX) $(CPPFLAGS) -c $<
- .SUFFIXES: .cpp .c .o
- clean:
This page took 0.067851 seconds and 4 git commands to generate.