/[svn]/linuxsampler/trunk/Makefile.in
ViewVC logotype

Diff of /linuxsampler/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 34 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC revision 35 by schoenebeck, Fri Mar 5 13:46:15 2004 UTC
# Line 450  uninstall-info: uninstall-info-recursive Line 450  uninstall-info: uninstall-info-recursive
450          tags tags-recursive uninstall uninstall-am uninstall-info-am \          tags tags-recursive uninstall uninstall-am uninstall-info-am \
451          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
452    
453    
454    .PHONY: parser
455    
456    # generate parser with lex and yacc
457    parser:
458            @cd $(srcdir)/src/network && make $@
459  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
460  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
461  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.34  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC