pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/pax/files don't use VAR+=, it doesn't work w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93ae46bf1aa6
branches:  trunk
changeset: 461372:93ae46bf1aa6
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Sep 15 05:33:41 2003 +0000

description:
don't use VAR+=, it doesn't work with all make(1)s.

diffstat:

 archivers/pax/files/Makefile.in |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 55abc080e7fb -r 93ae46bf1aa6 archivers/pax/files/Makefile.in
--- a/archivers/pax/files/Makefile.in   Mon Sep 15 05:08:07 2003 +0000
+++ b/archivers/pax/files/Makefile.in   Mon Sep 15 05:33:41 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.in,v 1.6 2003/09/05 18:40:48 jlam Exp $
+#      $NetBSD: Makefile.in,v 1.7 2003/09/15 05:33:41 grant Exp $
 
 srcdir=                @srcdir@
 
@@ -24,8 +24,8 @@
 
 SRCS=  ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c \
        gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c \
-       tar.c tty_subs.c
-SRCS+= getid.c spec.c misc.c stat_flags.c pack_dev.c
+       tar.c tty_subs.c \
+       getid.c spec.c misc.c stat_flags.c pack_dev.c
 OBJS=  $(SRCS:.c=.o)
 
 .PHONY: all clean install



Home | Main Index | Thread Index | Old Index