summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-01-28 23:54:06 +0000
committerRich Megginson <rmeggins@redhat.com>2005-01-28 23:54:06 +0000
commit809aea739a8670217b539793e9688391be4d76a2 (patch)
treeef1ebf7d4e4447127065983bc8c1d7febcc51f6c
parent71bd2e401b4c2477a02648000ca830907f8b3eda (diff)
downloadds-809aea739a8670217b539793e9688391be4d76a2.tar.gz
ds-809aea739a8670217b539793e9688391be4d76a2.tar.xz
ds-809aea739a8670217b539793e9688391be4d76a2.zip
Do not do the DIST step - we are not distributing this software built here
-rw-r--r--config/rules.mk14
1 files changed, 0 insertions, 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)