clip picons as clip_icon.png, vwindow hang, fix for drop target test
[goodguy/history.git] / cinelerra-5.1 / guicast / xfer / Makefile
index 0a2890103970bc3f379495c02c4d798d21a1d112..60fda49b736e6b787f7c0c497771297c8d46b4c4 100644 (file)
@@ -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 $@