summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d5b2534..1b3c3a57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -389,18 +389,6 @@ $(PROG): $(OBJ) @V_PCAPDEP@ $(LIBNETDISSECT)
@rm -f $@
$(CC) $(FULL_CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBNETDISSECT) $(LIBS)
-instrument_all: $(PROG)
- @rm -f instrument_functions_global.devel
- @rm -f instrument_functions_off.devel
-
-instrument_global: $(PROG)
- @touch instrument_functions_global.devel
- @rm -f instrument_functions_off.devel
-
-instrument_off: $(PROG)
- @touch instrument_functions_off.devel
- @rm -f instrument_functions_global.devel
-
$(LIBNETDISSECT): $(LIBNETDISSECT_OBJ)
@rm -f $@
$(AR) cr $@ $(LIBNETDISSECT_OBJ)