X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=956eaf2536fed168cca90388f48c2b2598f9bbb1;hb=0002d3ccff37e5598553683e95714ca5711f05e8;hp=0be463ef8eb740dac3dd6abcef310bb2c60c6b00;hpb=4cea1b9769079a2cdc143f4fe483e69d5b77a813;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index 0be463e..956eaf2 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --with-yaz=/usr/bin --with-tclconfig=/usr/lib/tcl8.3 + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-shared --with-yaz=/usr/bin --with-tclconfig=/usr/lib/tcl8.4 build: build-stamp build-stamp: config.status @@ -45,10 +45,10 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" - cp -f /usr/share/misc/config.sub config.sub + if [! -f config.sub] ; then cp -f /usr/share/misc/config.sub config.sub ; fi endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" - cp -f /usr/share/misc/config.guess config.guess + if [! -f config.guess] ; then cp -f /usr/share/misc/config.guess config.guess ; fi endif