NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/45067: Remove slash from Makefile.



>Number:         45067
>Category:       lib
>Synopsis:       Remove slash from Makefile.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 16 10:00:01 +0000 2011
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Remove slash from Makefile in libpcap.
>How-To-Repeat:

>Fix:
diff -u -r1.2 Makefile
--- external/bsd/libpcap/lib/Makefile   5 Dec 2010 03:03:27 -0000       1.2
+++ external/bsd/libpcap/lib/Makefile   10 Apr 2011 10:13:48 -0000
@@ -19,7 +19,7 @@
            -e 's,3PCAP,3,g' < ${.ALLSRC} > ${.TARGET}
 
 
-SRCDIR=                ${.CURDIR}/../dist/
+SRCDIR=                ${.CURDIR}/../dist
 .PATH:         ${SRCDIR}
 
 LIB=           pcap



Home | Main Index | Thread Index | Old Index