Changeset 989
- Timestamp:
- Feb 1, 2015, 8:46:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified texinfo/trunk/gnulib/lib/Makefile.am ¶
r984 r989 721 721 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t 722 722 723 ARG_NONNULL_H= arg-nonnull.h723 ARG_NONNULL_H=$(srcdir)/arg-nonnull.h 724 724 725 725 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h … … 745 745 MOSTLYCLEANFILES += c++defs.h c++defs.h-t 746 746 747 CXXDEFS_H= c++defs.h747 CXXDEFS_H=$(srcdir)/c++defs.h 748 748 749 749 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h … … 765 765 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t 766 766 767 WARN_ON_USE_H= warn-on-use.h767 WARN_ON_USE_H=$(srcdir)/warn-on-use.h 768 768 769 769 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
Note:
See TracChangeset
for help on using the changeset viewer.