~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-06-28 10:15:48 UTC
  • mfrom: (1.2.4 upstream)
  • mto: (3.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100628101548-lmqvw55ypaxtbhhh
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        ChangeLog INSTALL NEWS TODO
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
45
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
46
 
        $(top_srcdir)/config/linux.m4 $(top_srcdir)/configure.ac
 
46
        $(top_srcdir)/configure.ac
47
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
        $(ACLOCAL_M4)
49
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
161
161
LIBDIR = @LIBDIR@
162
162
LIBOBJS = @LIBOBJS@
163
163
LIBS = @LIBS@
164
 
LINUX_DIR = @LINUX_DIR@
165
 
LINUX_SRCARCH = @LINUX_SRCARCH@
166
164
LOCALSTATEDIR = @LOCALSTATEDIR@
167
165
LTLIBOBJS = @LTLIBOBJS@
168
166
LXCINITDIR = @LXCINITDIR@
743
741
        @touch ChangeLog
744
742
 
745
743
rpm: dist
746
 
        rpmbuild --clean -ta --define "ksrc ${LINUX_DIR}" ${distdir}.tar.gz
 
744
        rpmbuild --clean -ta ${distdir}.tar.gz
747
745
 
748
746
# Tell versions [3.59,3.63) of GNU make to not export all variables.
749
747
# Otherwise a system limit (for SysV at least) may be exceeded.