aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-04-28 03:07:58 +0000
committerLev Walkin <vlm@lionet.info>2005-04-28 03:07:58 +0000
commitbdf7d7faf031698f0696821e929289384b04e34f (patch)
treef5a4dab528b644be99a84cec9f0556ee26156426
parent6e6c4748a5c3a218c5632553955dc30515f05ce9 (diff)
proper dependency
-rw-r--r--examples/sample.source.MHEG5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample.source.MHEG5/Makefile b/examples/sample.source.MHEG5/Makefile
index e84e400f..c61e043d 100644
--- a/examples/sample.source.MHEG5/Makefile
+++ b/examples/sample.source.MHEG5/Makefile
@@ -439,7 +439,7 @@ TARGET = mheg5dump
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)