]> The Tcpdump Group git mirrors - tcpdump/blobdiff - Makefile.in
Detect OS IPv6 support using AF_INET6 only.
[tcpdump] / Makefile.in
index a8323d3cbc887b4436e88de88ef7d5818f347e35..9d03c21b91fa929a50d07b30b45302eb631f27d0 100644 (file)
@@ -1,5 +1,5 @@
 #  Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
-#      The Regents of the University of California.  All rights reserved.
+#      The Regents of the University of California.  All rights reserved.
 #
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that: (1) source code distributions
@@ -360,9 +360,6 @@ EXTRA_DIST = \
        doc/README.Win32.md \
        install-sh \
        instrument-functions.c \
-       lbl/os-osf4.h \
-       lbl/os-solaris2.h \
-       lbl/os-sunos4.h \
        makemib \
        missing/datalinks.c \
        missing/dlnames.c \
@@ -370,7 +367,6 @@ EXTRA_DIST = \
        missing/getopt_long.h \
        missing/getservent.c \
        missing/pcap_dump_ftell.c \
-       missing/strdup.c \
        missing/strlcat.c \
        missing/strlcpy.c \
        missing/strsep.c \
@@ -417,8 +413,6 @@ getservent.o: $(srcdir)/missing/getservent.c
        $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getservent.c
 getopt_long.o: $(srcdir)/missing/getopt_long.c
        $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
-strdup.o: $(srcdir)/missing/strdup.c
-       $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strdup.c
 strlcat.o: $(srcdir)/missing/strlcat.c
        $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/strlcat.c
 strlcpy.o: $(srcdir)/missing/strlcpy.c
@@ -567,6 +561,11 @@ whitespacecheck:
            echo 'Error: Trailing tabs(s).'; \
            exit 1; \
        fi
+       @# space(s) before tab(s)?
+       @if git grep -I -n '[ ][        ]' $$(git ls-files|grep -v '^tests/'); then \
+           echo 'Error: space(s) before tab(s).'; \
+           exit 1; \
+       fi
 
 testlist:
        echo $(TEST_DIST)