diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2007-01-21 15:48:58 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-01-21 15:48:58 +0100 |
commit | 86f4ea067e9667d577a6c4af7f8ac355494eb28e (patch) | |
tree | e974b5eafd5c7a2eb1022bd874005d7e78f9f2c9 /Makefile | |
parent | 8fdad27d613807a4bfa578e378a4dcae6559399a (diff) |
fix INSTALL_PROGRAM vs. INSTALL_SCRIPT
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,10 +101,10 @@ configdir = ${etcdir}/udev udevdir = /dev DESTDIR = -INSTALL = /usr/bin/install -c +INSTALL = install -c INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_SCRIPT = ${INSTALL_PROGRAM} +INSTALL_SCRIPT = ${INSTALL} PWD = $(shell pwd) CROSS_COMPILE ?= |