From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Date: Mon, 20 Sep 2004 13:28:56 +0000 Subject: cleanup PATCH for extras/chassis_id/Makefile Message-Id: <414EDB18.20001@redhat.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------090101060400030109030609" List-Id: To: linux-hotplug@vger.kernel.org This is a multi-part message in MIME format. --------------090101060400030109030609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit for "make install" --------------090101060400030109030609 Content-Type: text/plain; name="udev-029-chassis.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="udev-029-chassis.patch" --- udev-029.new/extras/chassis_id/Makefile 2004-07-02 20:17:02.000000000 +0200 +++ udev-029/extras/chassis_id/Makefile 2004-07-06 16:16:02.105342392 +0200 @@ -23,6 +23,11 @@ CFLAGS = -g TARGET = chassis_id +exec_prefix = ${prefix} +sbindir = ${exec_prefix}/sbin +INSTALL = /usr/bin/install -c +INSTALL_PROGRAM = ${INSTALL} +INSTALL_DATA = ${INSTALL} -m 644 all: chassis_id chassis_id: chassis_id.c table.c @@ -30,3 +35,7 @@ clean: rm -rf core a.out $(TARGET) + +install: all + $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(sbindir)/$(TARGET) + --------------090101060400030109030609-- ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel