Search
lxdream.org :: lxdream/debian/rules :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename debian/rules
changeset 1060:46f3893e59ce
prev1055:072457c02704
author nkeynes
date Mon Dec 21 08:23:54 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Fix symbol output in 64-bit disassembly
Add sh4_translate_dump_block(pc) function
file annotate diff log raw
1.1 --- a/debian/rules Sun Jun 28 10:39:51 2009 +0000
1.2 +++ b/debian/rules Mon Dec 21 08:23:54 2009 +1000
1.3 @@ -25,7 +25,7 @@
1.4 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
1.5 cp -f /usr/share/misc/config.guess config.guess
1.6 endif
1.7 - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
1.8 + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
1.9
1.10
1.11 build: build-stamp
.