]> git.pld-linux.org Git - packages/as31.git/blame - as31-nostrip.patch
- tabs in preamble
[packages/as31.git] / as31-nostrip.patch
CommitLineData
16a2fe64 1diff -urN as31-old/Makefile as31/Makefile
2--- as31-old/Makefile 2004-06-09 23:41:41.647203856 +0200
3+++ as31/Makefile 2004-06-09 23:45:43.280470016 +0200
4@@ -36,13 +36,9 @@
5
6 as31: $(OBJ) as31.o
7 $(CC) $(CFLAGS) -o as31 $(OBJ) as31.o
8- chmod a+rx as31
9- strip as31
10
11 as31_gtk: $(OBJ) as31_gtk.o
12 $(CC) $(CFLAGS) -o as31_gtk $(OBJ) as31_gtk.o `gtk-config --libs`
13- chmod a+rx as31
14- strip as31
15
16 parser.c parser.h: parser.y
17 bison -d -o parser.c parser.y
This page took 0.075846 seconds and 4 git commands to generate.