debian/rules
changeset 1681 84e43c7ca1e3
parent 1490 fa2b73784343
child 1917 87d3518d73d8
equal deleted inserted replaced
0:fe9d969df705 1:a783118a654a
    25 endif
    25 endif
    26 
    26 
    27 config.status: configure
    27 config.status: configure
    28 	dh_testdir
    28 	dh_testdir
    29 	# Add here commands to configure the package.
    29 	# Add here commands to configure the package.
    30 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-docsuffix=lemon
    30 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
    31 
    31 
    32 
    32 
    33 build: build-stamp
    33 build: build-stamp
    34 
    34 
    35 build-stamp:  config.status
    35 build-stamp:  config.status