Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/Makefile.in

    rd3b7937 rfaf8857  
    182182cc1libdir = ${libdir}
    183183cc1_SOURCES = cc1.cc
    184 MAINTAINERCLEANFILES = @CFA_PREFIX@/bin/${bin_PROGRAMS} @CFA_PREFIX@/lib/${cc1lib_PROGRAMS}
    185184all: all-am
    186185
     
    196195          esac; \
    197196        done; \
    198         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/driver/Makefile'; \
     197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/driver/Makefile'; \
    199198        $(am__cd) $(top_srcdir) && \
    200           $(AUTOMAKE) --gnu src/driver/Makefile
     199          $(AUTOMAKE) --foreign src/driver/Makefile
    201200.PRECIOUS: Makefile
    202201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    440439        @echo "This command is intended for maintainers to use"
    441440        @echo "it deletes files that may require special tools to rebuild."
    442         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    443441clean: clean-am
    444442
Note: See TracChangeset for help on using the changeset viewer.