From 8e180cfcdef4497463a526f17abc851d8cf3622c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 20 Aug 2008 16:05:24 -0400 Subject: [PATCH] make install doesn't need source code --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 381e830e7..d6b8f207b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -246,7 +246,6 @@ installman: installdata: $(SHELL) ${srcdir}/mkinstalldirs $(DESTDIR)$(pkgdatadir)/examples cp -r include $(DESTDIR)$(pkgdatadir) - cp -r src $(DESTDIR)$(pkgdatadir) cp -r test_c $(DESTDIR)$(pkgdatadir)/examples cp -r test_sc $(DESTDIR)$(pkgdatadir)/examples cp -r test_sp $(DESTDIR)$(pkgdatadir)/examples