proper deps

This commit is contained in:
Lev Walkin 2005-04-28 03:09:34 +00:00
parent bdf7d7faf0
commit be32acad5c
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ TARGET = tap3dump
CFLAGS += -I. -DHAVE_CONFIG_H
OBJS=${ASN_MODULE_SOURCES:.c=.o} $(TARGET).o
all: $(TARGET)
all: DataInterChange.c $(TARGET)
$(TARGET): ${OBJS}
$(CC) $(CFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)