[yast-commit] r40965 - in /trunk: add-on-creator/ add-on/ autofs/ autoinstallation/ backup/ bluetooth/ boot-server/ bootloader/ ca-management/ cd-creator/ certify/ cim/ control-center-gnome/ control-center/ core...
Author: ckornacker Date: Wed Sep 19 13:07:47 2007 New Revision: 40965 URL: http://svn.opensuse.org/viewcvs/yast?rev=40965&view=rev Log: added PREFIX to Makefile.cvs Modified: trunk/add-on-creator/Makefile.cvs trunk/add-on/Makefile.cvs trunk/autofs/Makefile.cvs trunk/autoinstallation/Makefile.cvs trunk/backup/Makefile.cvs trunk/bluetooth/Makefile.cvs trunk/boot-server/Makefile.cvs trunk/bootloader/Makefile.cvs trunk/ca-management/Makefile.cvs trunk/cd-creator/Makefile.cvs trunk/certify/Makefile.cvs trunk/cim/Makefile.cvs trunk/control-center-gnome/Makefile.cvs trunk/control-center/Makefile.cvs trunk/core/Makefile.cvs trunk/country/Makefile.cvs trunk/debugger/Makefile.cvs trunk/devtools/devtools/skeletons/agent/Makefile.cvs trunk/devtools/devtools/skeletons/config/Makefile.cvs trunk/devtools/devtools/skeletons/trans/Makefile.cvs trunk/dhcp-server/Makefile.cvs trunk/dns-server/Makefile.cvs trunk/fingerprint-reader/Makefile.cvs trunk/firewall/Makefile.cvs trunk/firstboot/Makefile.cvs trunk/ftp-server/Makefile.cvs trunk/gtk/Makefile.cvs trunk/hardware-detection/Makefile.cvs trunk/heartbeat/Makefile.cvs trunk/http-server/Makefile.cvs trunk/inetd/Makefile.cvs trunk/installation/Makefile.cvs trunk/instserver/Makefile.cvs trunk/ipsec/Makefile.cvs trunk/irda/Makefile.cvs trunk/iscsi-client/Makefile.cvs trunk/iscsi-server/Makefile.cvs trunk/kdump/Makefile.cvs trunk/kerberos-client/Makefile.cvs trunk/kerberos-server/Makefile.cvs trunk/ldap-client/Makefile.cvs trunk/ldap-server/Makefile.cvs trunk/ldap/Makefile.cvs trunk/live-installer/Makefile.cvs trunk/mail/Makefile.cvs trunk/metapackage/Makefile.cvs trunk/mouse/Makefile.cvs trunk/ncurses/Makefile.cvs trunk/network/Makefile.cvs trunk/nfs-client/Makefile.cvs trunk/nfs-server/Makefile.cvs trunk/nis-client/Makefile.cvs trunk/nis-server/Makefile.cvs trunk/ntp-client/Makefile.cvs trunk/online-update/Makefile.cvs trunk/packagemanager-test/Makefile.cvs trunk/packager/Makefile.cvs trunk/pam/Makefile.cvs trunk/perl-bindings/Makefile.cvs trunk/phone-services/Makefile.cvs trunk/printer/Makefile.cvs trunk/product-creator/Makefile.cvs trunk/profile-manager/Makefile.cvs trunk/python-bindings/Makefile.cvs trunk/qt/Makefile.cvs trunk/registration/Makefile.cvs trunk/repair/Makefile.cvs trunk/restore/Makefile.cvs trunk/runlevel/Makefile.cvs trunk/s390/Makefile.cvs trunk/samba-client/Makefile.cvs trunk/samba-server/Makefile.cvs trunk/scanner/Makefile.cvs trunk/schema/Makefile.cvs trunk/security/Makefile.cvs trunk/slide-show/Makefile.cvs trunk/slp-server/Makefile.cvs trunk/slp/Makefile.cvs trunk/sound/Makefile.cvs trunk/squid/Makefile.cvs trunk/squidguard/Makefile.cvs trunk/sshd/Makefile.cvs trunk/storage/Makefile.cvs trunk/sudo/Makefile.cvs trunk/support/Makefile.cvs trunk/sysconfig/Makefile.cvs trunk/testsuite/Makefile.cvs trunk/tftp-server/Makefile.cvs trunk/theme/Makefile.cvs trunk/transfer/Makefile.cvs trunk/tune/Makefile.cvs trunk/tv/Makefile.cvs trunk/update/Makefile.cvs trunk/users/Makefile.cvs trunk/vm/Makefile.cvs trunk/x11/Makefile.cvs trunk/xml/Makefile.cvs trunk/y2pmsh/Makefile.cvs trunk/yast2/Makefile.cvs trunk/you-server/Makefile.cvs Modified: trunk/add-on-creator/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/add-on-creator/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/add-on-creator/Makefile.cvs (original) +++ trunk/add-on-creator/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/add-on/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/add-on/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/add-on/Makefile.cvs (original) +++ trunk/add-on/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/autofs/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/autofs/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/autofs/Makefile.cvs (original) +++ trunk/autofs/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/autoinstallation/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/autoinstallation/Makefile.cvs (original) +++ trunk/autoinstallation/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/backup/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/backup/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/backup/Makefile.cvs (original) +++ trunk/backup/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/bluetooth/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/bluetooth/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/bluetooth/Makefile.cvs (original) +++ trunk/bluetooth/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/boot-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/boot-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/boot-server/Makefile.cvs (original) +++ trunk/boot-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/bootloader/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/bootloader/Makefile.cvs (original) +++ trunk/bootloader/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ca-management/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ca-management/Makefile.cvs (original) +++ trunk/ca-management/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/cd-creator/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/cd-creator/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/cd-creator/Makefile.cvs (original) +++ trunk/cd-creator/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/certify/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/certify/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/certify/Makefile.cvs (original) +++ trunk/certify/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/cim/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/cim/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/cim/Makefile.cvs (original) +++ trunk/cim/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/control-center-gnome/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/control-center-gnome/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/control-center-gnome/Makefile.cvs (original) +++ trunk/control-center-gnome/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/control-center/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/control-center/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/control-center/Makefile.cvs (original) +++ trunk/control-center/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/$(LIB) all: y2tool y2autoconf Modified: trunk/core/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/core/Makefile.cvs (original) +++ trunk/core/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/country/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/country/Makefile.cvs (original) +++ trunk/country/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/debugger/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/debugger/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/debugger/Makefile.cvs (original) +++ trunk/debugger/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/$(LIB) all: y2tool y2autoconf Modified: trunk/devtools/devtools/skeletons/agent/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/skeletons/agent/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/devtools/devtools/skeletons/agent/Makefile.cvs (original) +++ trunk/devtools/devtools/skeletons/agent/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs for libycp # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/devtools/devtools/skeletons/config/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/skeletons/config/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/devtools/devtools/skeletons/config/Makefile.cvs (original) +++ trunk/devtools/devtools/skeletons/config/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/devtools/devtools/skeletons/trans/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/skeletons/trans/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/devtools/devtools/skeletons/trans/Makefile.cvs (original) +++ trunk/devtools/devtools/skeletons/trans/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs for y2t_XXpkgXX # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/dhcp-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/dhcp-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/dhcp-server/Makefile.cvs (original) +++ trunk/dhcp-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/dns-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/dns-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/dns-server/Makefile.cvs (original) +++ trunk/dns-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/fingerprint-reader/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/fingerprint-reader/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/fingerprint-reader/Makefile.cvs (original) +++ trunk/fingerprint-reader/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/firewall/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/firewall/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/firewall/Makefile.cvs (original) +++ trunk/firewall/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/firstboot/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/firstboot/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/firstboot/Makefile.cvs (original) +++ trunk/firstboot/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ftp-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ftp-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ftp-server/Makefile.cvs (original) +++ trunk/ftp-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/gtk/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/gtk/Makefile.cvs (original) +++ trunk/gtk/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -3,7 +3,8 @@ # LIB = $(shell y2tool get-lib) -PREFIX ?= /usr + +PREFIX = /usr configure: all ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) Modified: trunk/hardware-detection/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/hardware-detection/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/hardware-detection/Makefile.cvs (original) +++ trunk/hardware-detection/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/heartbeat/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/heartbeat/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/heartbeat/Makefile.cvs (original) +++ trunk/heartbeat/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/http-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/http-server/Makefile.cvs (original) +++ trunk/http-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/inetd/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/inetd/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/inetd/Makefile.cvs (original) +++ trunk/inetd/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/installation/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/installation/Makefile.cvs (original) +++ trunk/installation/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/instserver/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/instserver/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/instserver/Makefile.cvs (original) +++ trunk/instserver/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ipsec/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ipsec/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ipsec/Makefile.cvs (original) +++ trunk/ipsec/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/irda/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/irda/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/irda/Makefile.cvs (original) +++ trunk/irda/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/iscsi-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/iscsi-client/Makefile.cvs (original) +++ trunk/iscsi-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/iscsi-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/iscsi-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/iscsi-server/Makefile.cvs (original) +++ trunk/iscsi-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/kdump/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/kdump/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/kdump/Makefile.cvs (original) +++ trunk/kdump/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/kerberos-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/kerberos-client/Makefile.cvs (original) +++ trunk/kerberos-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/kerberos-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/kerberos-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/kerberos-server/Makefile.cvs (original) +++ trunk/kerberos-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ldap-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ldap-client/Makefile.cvs (original) +++ trunk/ldap-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ldap-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ldap-server/Makefile.cvs (original) +++ trunk/ldap-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ldap/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ldap/Makefile.cvs (original) +++ trunk/ldap/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/live-installer/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/live-installer/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/live-installer/Makefile.cvs (original) +++ trunk/live-installer/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/mail/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/mail/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/mail/Makefile.cvs (original) +++ trunk/mail/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/metapackage/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/metapackage/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/metapackage/Makefile.cvs (original) +++ trunk/metapackage/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/mouse/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/mouse/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/mouse/Makefile.cvs (original) +++ trunk/mouse/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ncurses/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ncurses/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ncurses/Makefile.cvs (original) +++ trunk/ncurses/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/network/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/network/Makefile.cvs (original) +++ trunk/network/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/nfs-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/nfs-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/nfs-client/Makefile.cvs (original) +++ trunk/nfs-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/nfs-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/nfs-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/nfs-server/Makefile.cvs (original) +++ trunk/nfs-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/nis-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/nis-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/nis-client/Makefile.cvs (original) +++ trunk/nis-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/nis-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/nis-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/nis-server/Makefile.cvs (original) +++ trunk/nis-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/ntp-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/ntp-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/ntp-client/Makefile.cvs (original) +++ trunk/ntp-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/online-update/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/online-update/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/online-update/Makefile.cvs (original) +++ trunk/online-update/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/packagemanager-test/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/packagemanager-test/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/packagemanager-test/Makefile.cvs (original) +++ trunk/packagemanager-test/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/packager/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/packager/Makefile.cvs (original) +++ trunk/packager/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/pam/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/pam/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/pam/Makefile.cvs (original) +++ trunk/pam/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/perl-bindings/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/perl-bindings/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/perl-bindings/Makefile.cvs (original) +++ trunk/perl-bindings/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/phone-services/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/phone-services/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/phone-services/Makefile.cvs (original) +++ trunk/phone-services/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/printer/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/printer/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/printer/Makefile.cvs (original) +++ trunk/printer/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/product-creator/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/product-creator/Makefile.cvs (original) +++ trunk/product-creator/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/profile-manager/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/profile-manager/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/profile-manager/Makefile.cvs (original) +++ trunk/profile-manager/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/python-bindings/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/python-bindings/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/python-bindings/Makefile.cvs (original) +++ trunk/python-bindings/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/qt/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/qt/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/qt/Makefile.cvs (original) +++ trunk/qt/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --with-qt-dir=/usr/lib/qt3 --with-qt-libdir=/usr/lib/qt3/$(LIB) all: y2tool y2autoconf Modified: trunk/registration/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/registration/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/registration/Makefile.cvs (original) +++ trunk/registration/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/repair/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/repair/Makefile.cvs (original) +++ trunk/repair/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/restore/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/restore/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/restore/Makefile.cvs (original) +++ trunk/restore/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/runlevel/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/runlevel/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/runlevel/Makefile.cvs (original) +++ trunk/runlevel/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/s390/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/s390/Makefile.cvs (original) +++ trunk/s390/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/samba-client/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-client/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/samba-client/Makefile.cvs (original) +++ trunk/samba-client/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/samba-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/samba-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/samba-server/Makefile.cvs (original) +++ trunk/samba-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/scanner/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/scanner/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/scanner/Makefile.cvs (original) +++ trunk/scanner/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/schema/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/schema/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/schema/Makefile.cvs (original) +++ trunk/schema/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/security/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/security/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/security/Makefile.cvs (original) +++ trunk/security/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/slide-show/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/slide-show/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/slide-show/Makefile.cvs (original) +++ trunk/slide-show/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/slp-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/slp-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/slp-server/Makefile.cvs (original) +++ trunk/slp-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/slp/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/slp/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/slp/Makefile.cvs (original) +++ trunk/slp/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs for libycp # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/sound/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/sound/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/sound/Makefile.cvs (original) +++ trunk/sound/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/squid/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/squid/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/squid/Makefile.cvs (original) +++ trunk/squid/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/squidguard/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/squidguard/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/squidguard/Makefile.cvs (original) +++ trunk/squidguard/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/sshd/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/sshd/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/sshd/Makefile.cvs (original) +++ trunk/sshd/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/storage/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/storage/Makefile.cvs (original) +++ trunk/storage/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/sudo/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/sudo/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/sudo/Makefile.cvs (original) +++ trunk/sudo/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/support/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/support/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/support/Makefile.cvs (original) +++ trunk/support/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/sysconfig/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/sysconfig/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/sysconfig/Makefile.cvs (original) +++ trunk/sysconfig/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/testsuite/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/testsuite/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/testsuite/Makefile.cvs (original) +++ trunk/testsuite/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/tftp-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/tftp-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/tftp-server/Makefile.cvs (original) +++ trunk/tftp-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/theme/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/theme/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/theme/Makefile.cvs (original) +++ trunk/theme/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/transfer/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/transfer/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/transfer/Makefile.cvs (original) +++ trunk/transfer/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/tune/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/tune/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/tune/Makefile.cvs (original) +++ trunk/tune/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/tv/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/tv/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/tv/Makefile.cvs (original) +++ trunk/tv/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/update/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/update/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/update/Makefile.cvs (original) +++ trunk/update/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/users/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/users/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/users/Makefile.cvs (original) +++ trunk/users/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/vm/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/vm/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/vm/Makefile.cvs (original) +++ trunk/vm/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -1,8 +1,12 @@ # # Makefile.cvs # +PREFIX = /usr + +LIB = $(shell y2tool get-lib) + configure: all - ./configure + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/x11/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/x11/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/x11/Makefile.cvs (original) +++ trunk/x11/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/xml/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/xml/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/xml/Makefile.cvs (original) +++ trunk/xml/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/y2pmsh/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/y2pmsh/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/y2pmsh/Makefile.cvs (original) +++ trunk/y2pmsh/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) --prefix=/usr --sysconfdir=/etc + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --prefix=/usr --sysconfdir=/etc all: rm -rf libtecla Modified: trunk/yast2/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/yast2/Makefile.cvs (original) +++ trunk/yast2/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf Modified: trunk/you-server/Makefile.cvs URL: http://svn.opensuse.org/viewcvs/yast/trunk/you-server/Makefile.cvs?rev=40965&r1=40964&r2=40965&view=diff ============================================================================== --- trunk/you-server/Makefile.cvs (original) +++ trunk/you-server/Makefile.cvs Wed Sep 19 13:07:47 2007 @@ -4,8 +4,10 @@ LIB = $(shell y2tool get-lib) +PREFIX = /usr + configure: all - ./configure --libdir=/usr/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) all: y2tool y2autoconf -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ckornacker@svn.opensuse.org