aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-04-28 03:05:55 +0000
committerLev Walkin <vlm@lionet.info>2005-04-28 03:05:55 +0000
commit6e6c4748a5c3a218c5632553955dc30515f05ce9 (patch)
treeee2cc58a546f2692bf50e81216acfaf1b919bd90
parent7bee128263c4722fcb63500ab331ec6f70441087 (diff)
autodependency
-rw-r--r--examples/sample.source.PKIX1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample.source.PKIX1/Makefile b/examples/sample.source.PKIX1/Makefile
index 8125af7c..f123183e 100644
--- a/examples/sample.source.PKIX1/Makefile
+++ b/examples/sample.source.PKIX1/Makefile
@@ -337,7 +337,7 @@ TARGET = x509dump
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)