From 71dc5960ec3bdce3d475fd64acdfaaef65ebfff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=B0=D1=86=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Wed, 25 Aug 2010 16:51:14 +0400 Subject: [PATCH] Remove link to calculate, restore name of program. --- Makefile | 1 - install/{cl-assemble => calculate} | 0 2 files changed, 1 deletion(-) rename install/{cl-assemble => calculate} (100%) diff --git a/Makefile b/Makefile index 8b40878..2ce8c3f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ install: all @${CHMOD} 755 ${DESTDIR}/usr/${NAME}/install/cl-unmask @${CHMOD} 755 ${DESTDIR}/usr/${NAME}/install/cl-kernel @${MKDIR} ${DESTDIR}/usr/bin - @${LN} ${DESTDIR}/usr/calculate/install/calculate ${DESTDIR}/usr/bin/calculate @${LN} ${DESTDIR}/usr/calculate/install/cl-builder ${DESTDIR}/usr/bin/cl-builder @${LN} ${DESTDIR}/usr/calculate/install/cl-unmask ${DESTDIR}/usr/bin/cl-unmask @${LN} ${DESTDIR}/usr/calculate/install/cl-kernel ${DESTDIR}/usr/bin/cl-kernel diff --git a/install/cl-assemble b/install/calculate similarity index 100% rename from install/cl-assemble rename to install/calculate