--- cinelerra-1.2.1/plugins/defaulttheme/Makefile.orig 2004-05-11 18:14:51.000000000 +0200 +++ cinelerra-1.2.1/plugins/defaulttheme/Makefile 2004-08-22 20:38:29.715608048 +0200 @@ -9,7 +9,7 @@ $(OUTPUT_THEME): $(OBJS) $(THEME_DATA) $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS) $(THEME_DATA) - strip $(OUTPUT_THEME) + $(STRIP) $(OUTPUT_THEME) --- cinelerra-1.1.5/plugins/microtheme/Makefile.orig Fri Jun 21 14:35:25 2002 +++ cinelerra-1.1.5/plugins/microtheme/Makefile Mon Mar 24 10:23:34 2003 @@ -6,7 +6,7 @@ OUTPUT_THEME: $(OBJS) $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS) - strip $(OUTPUT_THEME) + $(STRIP) $(OUTPUT_THEME) ../../cinelerra/$(OBJDIR)/bootstrap $(OUTPUT_THEME) data/*.png include ../../plugin_config --- cinelerra-1.2.1/cinelerra/Makefile.orig 2004-08-22 20:32:29.566359056 +0200 +++ cinelerra-1.2.1/cinelerra/Makefile 2004-08-22 20:47:51.109263240 +0200 @@ -412,7 +412,7 @@ @echo LD $(OUTPUT) @$(LINKER) `cat $(OBJDIR)/objs` @echo STRIP $(OUTPUT) - @strip $(OUTPUT) + @$(STRIP) $(OUTPUT) $(OBJDIR)/test: $(CC) -shared -o $(OBJDIR)/test.so \