Browse Source

Do not do the DIST step - we are not distributing this software built here

Rich Megginson 21 years ago
parent
commit
809aea739a
1 changed files with 0 additions and 14 deletions
  1. 0 14
      config/rules.mk

+ 0 - 14
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)