You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
454 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -21,7 +21,7 @@
  4. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  5. #
  6. -all: objdictedit canfestival examples
  7. +all: objdictedit canfestival
  8. examples: canfestival driver
  9. $(MAKE) -C examples all
  10. @@ -44,7 +44,7 @@ driver:
  11. install: canfestival driver
  12. $(MAKE) -C drivers $@
  13. $(MAKE) -C src $@
  14. - $(MAKE) -C examples $@
  15. + #$(MAKE) -C examples $@
  16. $(MAKE) -C objdictgen $@
  17. ldconfig