autodependency

diff --git a/examples/sample.source.PKIX1/Makefile b/examples/sample.source.PKIX1/Makefile
index 8125af7..f123183 100644
--- a/examples/sample.source.PKIX1/Makefile
+++ b/examples/sample.source.PKIX1/Makefile
@@ -337,7 +337,7 @@
 CFLAGS += -I. -DHAVE_CONFIG_H
 OBJS=${ASN_MODULE_SOURCES:.c=.o} $(TARGET).o
 
-all: $(TARGET)
+all: Certificate.c $(TARGET)
 
 $(TARGET): ${OBJS}
 	$(CC) $(CFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)