]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fixes for building in a directory other than the source directory.
authorguy <guy>
Fri, 21 Nov 2008 23:17:26 +0000 (23:17 +0000)
committerguy <guy>
Fri, 21 Nov 2008 23:17:26 +0000 (23:17 +0000)
Makefile.in

index 93749d52ac35691b11b3ec26b7ef6bd2eacb2f4d..7e1f8caa2a5b1f85367d522c39cc60ae10b75fbd 100644 (file)
@@ -17,7 +17,7 @@
 #  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.324 2008-10-27 21:12:48 guy Exp $ (LBL)
+# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.325 2008-11-21 23:17:26 guy Exp $ (LBL)
 
 #
 # Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -328,7 +328,7 @@ install: all
        $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
        [ -d $(DESTDIR)$(mandir)/man1 ] || \
            (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
-       $(INSTALL_DATA) $(srcdir)/$(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
+       $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
 
 uninstall:
        rm -f $(DESTDIR)$(sbindir)/$(PROG)