summaryrefslogtreecommitdiff
path: root/devel/dprog/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dprog/files')
-rw-r--r--devel/dprog/files/patch-Makefile.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/dprog/files/patch-Makefile.in b/devel/dprog/files/patch-Makefile.in
index 477714d0de1d..b819f9e093d8 100644
--- a/devel/dprog/files/patch-Makefile.in
+++ b/devel/dprog/files/patch-Makefile.in
@@ -27,19 +27,3 @@
cxx_dprog_test_LDFLAGS =
am_dprog_OBJECTS = lexer.$(OBJEXT) parser.$(OBJEXT) ast.$(OBJEXT) \
pretty_printer.$(OBJEXT) range_checking.$(OBJEXT) \
-@@ -315,6 +315,7 @@
- @list='$(lib_LIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
-+ $(RANLIB) $$p; \
- echo " $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f"; \
- $(libLIBRARIES_INSTALL) $$p $(DESTDIR)$(libdir)/$$f; \
- else :; fi; \
-@@ -324,7 +325,6 @@
- if test -f $$p; then \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
- echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
-- $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
- else :; fi; \
- done
-