diff options
Diffstat (limited to 'config/rules.mk')
| -rw-r--r-- | config/rules.mk | 14 |
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) |
