Changes in src/driver/Makefile.in [d3b7937:faf8857]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/Makefile.in
rd3b7937 rfaf8857 182 182 cc1libdir = ${libdir} 183 183 cc1_SOURCES = cc1.cc 184 MAINTAINERCLEANFILES = @CFA_PREFIX@/bin/${bin_PROGRAMS} @CFA_PREFIX@/lib/${cc1lib_PROGRAMS}185 184 all: all-am 186 185 … … 196 195 esac; \ 197 196 done; \ 198 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/driver/Makefile'; \197 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/driver/Makefile'; \ 199 198 $(am__cd) $(top_srcdir) && \ 200 $(AUTOMAKE) -- gnusrc/driver/Makefile199 $(AUTOMAKE) --foreign src/driver/Makefile 201 200 .PRECIOUS: Makefile 202 201 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status … … 440 439 @echo "This command is intended for maintainers to use" 441 440 @echo "it deletes files that may require special tools to rebuild." 442 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)443 441 clean: clean-am 444 442
Note:
See TracChangeset
for help on using the changeset viewer.