Summary: | ASTERISK-00196: PATCH: makefile fix for ASTMODULESDIR | ||
Reporter: | jake_morrison (jake_morrison) | Labels: | |
Date Opened: | 2003-08-30 00:37:32 | Date Closed: | 2008-01-15 14:33:35.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) Makefile.modules_dir.patch | |
Description: | In the current Makefile, ASTMODULESDIR is not defined, so the code to delete old module libraries does not point to the right place. I changed it to use MODULES_DIR instead. | ||
Comments: | By: Mark Spencer (markster) 2003-09-01 10:47:47 Fixed in CVS. By: Digium Subversion (svnbot) 2008-01-15 14:33:35.000-0600 Repository: asterisk Revision: 1454 U trunk/Makefile ------------------------------------------------------------------------ r1454 | markster | 2008-01-15 14:33:34 -0600 (Tue, 15 Jan 2008) | 2 lines Fix Makefile for modules (bug ASTERISK-196) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=1454 |