]> git.pld-linux.org Git - packages/cinelerra.git/blame - cinelerra-strip.patch
- mass commit: cosmetics (removed trailing white spaces)
[packages/cinelerra.git] / cinelerra-strip.patch
CommitLineData
a601b4a3
JB
1--- cinelerra-1.1.5/plugins/defaulttheme/Makefile.orig Sun Dec 22 11:37:27 2002
2+++ cinelerra-1.1.5/plugins/defaulttheme/Makefile Mon Mar 24 10:23:13 2003
3@@ -6,7 +6,7 @@
4
5 OUTPUT_THEME: $(OBJS)
6 $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS)
7- strip $(OUTPUT_THEME)
8+ $(STRIP) $(OUTPUT_THEME)
9 ../../guicast/$(OBJDIR)/bootstrap $(OUTPUT_THEME) data/*.png
10
11
12--- cinelerra-1.1.5/plugins/microtheme/Makefile.orig Fri Jun 21 14:35:25 2002
13+++ cinelerra-1.1.5/plugins/microtheme/Makefile Mon Mar 24 10:23:34 2003
14@@ -6,7 +6,7 @@
15
16 OUTPUT_THEME: $(OBJS)
17 $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS)
18- strip $(OUTPUT_THEME)
19+ $(STRIP) $(OUTPUT_THEME)
20 ../../cinelerra/$(OBJDIR)/bootstrap $(OUTPUT_THEME) data/*.png
21
22 include ../../plugin_config
This page took 0.43652 seconds and 4 git commands to generate.