proper dependency

diff --git a/examples/sample.source.MHEG5/Makefile b/examples/sample.source.MHEG5/Makefile
index e84e400..c61e043 100644
--- a/examples/sample.source.MHEG5/Makefile
+++ b/examples/sample.source.MHEG5/Makefile
@@ -439,7 +439,7 @@
 CFLAGS += -I. -DHAVE_CONFIG_H
 OBJS=${ASN_MODULE_SOURCES:.c=.o} $(TARGET).o
 
-all: $(TARGET)
+all: InterchangedObject.c $(TARGET)
 
 $(TARGET): ${OBJS}
 	$(CC) $(CFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)