comparison buildsys.mk.in @ 1863:0e92506c1805

install-sh doesn't work.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 23:14:49 +0200
parents eaa979be9b89
children 176c29f85678
comparison
equal deleted inserted replaced
1862:d9d4b258fbf1 1863:0e92506c1805
47 INSTALL_LIB = @INSTALL_LIB@ 47 INSTALL_LIB = @INSTALL_LIB@
48 UNINSTALL_LIB = @UNINSTALL_LIB@ 48 UNINSTALL_LIB = @UNINSTALL_LIB@
49 CLEAN_LIB = @CLEAN_LIB@ 49 CLEAN_LIB = @CLEAN_LIB@
50 LN_S = @LN_S@ 50 LN_S = @LN_S@
51 MKDIR_P = mkdir -p 51 MKDIR_P = mkdir -p
52 INSTALL = @INSTALL@ 52 INSTALL = install
53 SHELL = @SHELL@ 53 SHELL = @SHELL@
54 prefix = @prefix@ 54 prefix = @prefix@
55 exec_prefix = @exec_prefix@ 55 exec_prefix = @exec_prefix@
56 bindir = @bindir@ 56 bindir = @bindir@
57 libdir = @libdir@ 57 libdir = @libdir@