git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@79207 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -49,14 +49,14 @@ gstruct/Makefile: gstruct/configure ${R_SRC_DIR}/samtools |
49 | 49 |
--prefix=${PREFIX} --includedir=${GSTRUCT_INCLUDE_DIR} \ |
50 | 50 |
--libdir=${PREFIX}/${LIBnn} \ |
51 | 51 |
--with-samtools=${R_SRC_DIR}/samtools \ |
52 |
- --disable-binaries #\ |
|
52 |
+ --disable-binaries --disable-maintainer-mode #\ |
|
53 | 53 |
## does not appear to be a true dependency yet |
54 | 54 |
## --with-gmap=${PREFIX}/bin |
55 | 55 |
|
56 | 56 |
gmap/Makefile: gmap/configure |
57 | 57 |
cd $(dir $@); \ |
58 | 58 |
./configure --with-gmapdb=${GMAPDB} --prefix=${PREFIX} \ |
59 |
- --libdir=${PREFIX}/${LIBnn} |
|
59 |
+ --libdir=${PREFIX}/${LIBnn} --disable-maintainer-mode |
|
60 | 60 |
|
61 | 61 |
clean: |
62 | 62 |
for dir in $(SUBDIRS); do \ |