Changeset 989


Ignore:
Timestamp:
Feb 1, 2015, 8:46:06 PM (10 years ago)
Author:
dmik
Message:

texinfo: Fix support of shadow build for gnulib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified texinfo/trunk/gnulib/lib/Makefile.am

    r984 r989  
    721721MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
    722722
    723 ARG_NONNULL_H=arg-nonnull.h
     723ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
    724724
    725725EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
     
    745745MOSTLYCLEANFILES += c++defs.h c++defs.h-t
    746746
    747 CXXDEFS_H=c++defs.h
     747CXXDEFS_H=$(srcdir)/c++defs.h
    748748
    749749EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
     
    765765MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
    766766
    767 WARN_ON_USE_H=warn-on-use.h
     767WARN_ON_USE_H=$(srcdir)/warn-on-use.h
    768768
    769769EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
Note: See TracChangeset for help on using the changeset viewer.