diff options
Diffstat (limited to 'biology/treeviewx/files/patch-Makefile.am')
-rw-r--r-- | biology/treeviewx/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/treeviewx/files/patch-Makefile.am b/biology/treeviewx/files/patch-Makefile.am new file mode 100644 index 000000000000..2aa04c00a381 --- /dev/null +++ b/biology/treeviewx/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig Sat Aug 4 13:17:56 2001 ++++ Makefile.am Sat Aug 4 13:18:17 2001 +@@ -125,7 +125,7 @@ + + + all: +- cd ncl-2.0/src; make libncl.a; # Paul Lewis Nexus Class Library ++ cd ncl-2.0/src; $(MAKE) libncl.a; # Paul Lewis Nexus Class Library + + ${MAKE} $(PROGRAM); + |