VirtualBox

Changeset 153 in kBuild for branches/GNU/src/gmake/Makefile.am


Ignore:
Timestamp:
Sep 8, 2004 2:43:30 AM (20 years ago)
Author:
bird
Message:

GNU Make 3.81beta1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/Makefile.am

    r54 r153  
    11# This is a -*-Makefile-*-, or close enough
    22
    3 AUTOMAKE_OPTIONS = 1.7.6 dist-bzip2 check-news ansi2knr
     3AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-news ansi2knr
    44ACLOCAL_AMFLAGS =  -I config
    55
     
    6161
    6262localedir =     $(datadir)/locale
    63 
    64 # We need this due to a bug in gettext 0.12.1 Makefile.in.in: without this I
    65 # can't run distcheck because this file is created but not removed during
    66 # distclean.
    67 
    68 distclean-local:
    69         test "$(srcdir)" = . || rm -f po/stamp-po
    7063
    7164# --------------- Local INSTALL Section
     
    153146                   done; fi ;; \
    154147            esac; \
    155             echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS)"; \
    156             cd tests && $(PERL) ./run_make_tests.pl -make ../make $(MAKETESTFLAGS); \
     148            echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS)"; \
     149            cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS); \
    157150          else \
    158151            echo "Can't find a working Perl ($(PERL)); the test suite requires Perl."; \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette