aboutsummaryrefslogtreecommitdiff
path: root/rpcapd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'rpcapd/Makefile.in')
-rw-r--r--rpcapd/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpcapd/Makefile.in b/rpcapd/Makefile.in
index b0145cf23612..fd00886df2d3 100644
--- a/rpcapd/Makefile.in
+++ b/rpcapd/Makefile.in
@@ -85,7 +85,7 @@ SRC = daemon.c \
log.c \
rpcapd.c
-OBJ = $(SRC:.c=.o) ../rpcap-protocol.o ../sockutils.o ../fmtutils.o ../sslutils.o
+OBJ = $(SRC:.c=.o)
PUBHDR =
HDR = $(PUBHDR) log.h
@@ -139,4 +139,4 @@ tags: $(TAGFILES)
ctags -wtd $(TAGFILES)
depend:
- $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(CFLAGS) $(DEFS) $(INCLS) $(SRC)
+ $(MKDEP) -c $(CC) -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(CFLAGS) $(DEFS) $(INCLS) $(SRC)