pkgsrc/graphics/scigraphica/patches/patch-ac
drochner 44b09c95c0 delete some unused Makefile rules which are not prefixed by TABs
correctly, leading to refusal by recent gmake
2011-04-04 12:17:29 +00:00

18 lines
619 B
Text

$NetBSD: patch-ac,v 1.4 2011/04/04 12:17:30 drochner Exp $
--- src/Makefile.in.orig 2010-10-22 16:36:55.000000000 +0000
+++ src/Makefile.in
@@ -592,13 +592,6 @@ uninstall-am: uninstall-binPROGRAMS unin
wc:
wc -l $(scigraphica_SOURCES)
-files:
- @for subdir in $(SUBDIRS); do \
- files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
- for file in $$files; do \
- echo $$subdir/$$file; \
- done; \
- done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: