mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
604 B
Plaintext
14 lines
604 B
Plaintext
$NetBSD: patch-ab,v 1.7 2005/12/11 12:01:11 markd Exp $
|
|
|
|
--- Makefile.in.orig 2005-11-21 09:28:20.000000000 +1300
|
|
+++ Makefile.in
|
|
@@ -1022,7 +1022,7 @@ $(top_srcdir)/configure.files: $(top_src
|
|
$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh
|
|
@cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am
|
|
|
|
-$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh
|
|
+$(top_srcdir)/subdirs: $(top_srcdir)/admin/cvs.sh
|
|
@cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs
|
|
|
|
# defining default rules for files that may not be present
|