X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fguicast%2Fxfer%2FMakefile;h=60fda49b736e6b787f7c0c497771297c8d46b4c4;hb=1c43268ae0d6d6fad8beff33946e1115a8ec34b2;hp=0a2890103970bc3f379495c02c4d798d21a1d112;hpb=8f0d97d1da0cd4cfcacf76c2c1788204749b6757;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/xfer/Makefile b/cinelerra-5.1/guicast/xfer/Makefile index 0a289010..60fda49b 100644 --- a/cinelerra-5.1/guicast/xfer/Makefile +++ b/cinelerra-5.1/guicast/xfer/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/global_config $(shell mkdir -p $(OBJDIR) ) $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags) -OUTPUT := $(OBJDIR)/xfer.o +OUTPUT := $(OBJDIR)/xfer.stamp all: $(OUTPUT) @@ -15,4 +15,4 @@ $(OBJDIR)/%.o: %.C $(CXX) -I.. `cat $(OBJDIR)/c_flags` -O3 -DMSGQUAL=$* -c $< -o $@ $(OUTPUT): $(patsubst %.C,$(OBJDIR)/%.o,$(wildcard *.C)) - + touch $@