Show
Ignore:
Timestamp:
02/22/08 02:58:10 (10 months ago)
Author:
rossb
Message:

fix for make uninstall breakage from pete ross

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/Makefile.in

    r1351 r1357  
    210210 
    211211uninstall-recursive: 
    212         if test -n "$(SUBDIRS)" ; then for dir in "$(SUBDIRS)"; do $(MAKE)-C $$dir uninstall; done ; fi 
     212        if test -n "$(SUBDIRS)" ; then for dir in "$(SUBDIRS)"; do $(MAKE) -C $$dir uninstall; done ; fi