From 809aea739a8670217b539793e9688391be4d76a2 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 28 Jan 2005 23:54:06 +0000 Subject: Do not do the DIST step - we are not distributing this software built here --- config/rules.mk | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config/rules.mk b/config/rules.mk index c65f49f2..79c6ebcd 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -589,20 +589,6 @@ install:: $(SHARED_LIBRARY) $(INSTALL) -m 555 $(SHARED_LIBRARY) $(DIST)/bin endif -################################################################################ -## PROGRAM -- this is now needed because final programs are distributed -## through dist and link with dynamic libraries - -ifdef PROGRAM -libs:: $(PROGRAM) - $(INSTALL) -m 444 $(PROGRAM) $(DIST)/bin - -install:: $(PROGRAM) - $(INSTALL) -m 444 $(PROGRAM) $(DIST)/bin -endif - -################################################################################ - -include $(DEPENDENCIES) ifneq ($(OS_ARCH),WINNT) -- cgit