mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
492 B
Plaintext
16 lines
492 B
Plaintext
$NetBSD: patch-ad,v 1.1 2010/10/06 09:10:38 obache Exp $
|
|
|
|
separater must be a TAB, not 8 spaces.
|
|
|
|
--- scigraphica/Makefile.in.orig 2005-06-25 01:38:51.000000000 +0000
|
|
+++ scigraphica/Makefile.in
|
|
@@ -804,7 +804,7 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
|
|
files:
|
|
- @for subdir in $(SUBDIRS); do \
|
|
+ @for subdir in $(SUBDIRS); do \
|
|
files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
|
|
for file in $$files; do \
|
|
echo $$subdir/$$file; \
|