[PD-cvs] packages Makefile,1.63,1.64

Russell Bryant russellbryant at users.sourceforge.net
Tue Jan 8 02:09:29 CET 2008


Update of /cvsroot/pure-data/packages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26246

Modified Files:
	Makefile 
Log Message:
Fix a typo.  s/autoconf/aclocal/


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** Makefile	8 Jan 2008 01:07:23 -0000	1.63
--- Makefile	8 Jan 2008 01:09:27 -0000	1.64
***************
*** 256,260 ****
  
  $(pd_src)/src/configure: $(pd_src)/src/configure.in
! 	cd $(pd_src)/src/ && autoconf && $(PD_AUTOCONF) && autoheader
  
  # this is not used yet because MinGW doesn't use ./configure && make yet
--- 256,260 ----
  
  $(pd_src)/src/configure: $(pd_src)/src/configure.in
! 	cd $(pd_src)/src/ && aclocal && $(PD_AUTOCONF) && autoheader
  
  # this is not used yet because MinGW doesn't use ./configure && make yet





More information about the Pd-cvs mailing list