Package: monkey
Version: monkey: building is done in 'install' target
Severity: normal

In the rules file of the package monkey, the 'build' target only
runs the configure script. The actual build is done in the install target:

build: build-stamp
build-stamp:
        dh_testdir

        ./configure $(confflags)
[snip]

install: build
[snip]
        ./configure $(confflags)
        CFLAGS="$(CFLAGS)" $(MAKE) install

(Noticed it while building monkey trying to reproduce some odd crashes.
Could not reproduce them, sadly)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to