commit: r475 - libspreadutil/trunk
[email protected] Fri, 24 Feb 2012 12:13:45 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jonathan Date: 2012-02-24 12:13:45 -0500 (Fri, 24 Feb 2012) New Revision: 475 Modified: libspreadutil/trunk/Makefile.in Log: Remove examples dir from makefile Modified: libspreadutil/trunk/Makefile.in =================================================================== --- libspreadutil/trunk/Makefile.in 2012-02-22 05:02:52 UTC (rev 474) +++ libspreadutil/trunk/Makefile.in 2012-02-24 17:13:45 UTC (rev 475) @@ -1,6 +1,6 @@ -SUBDIRS=src examples -INSTALLSUBDIRS=src docs examples -BINSUBDIRS=src examples +SUBDIRS=src +INSTALLSUBDIRS=src docs +BINSUBDIRS=src all: $(SUBDIRS) for dir in $(SUBDIRS); do \