diff options
-rw-r--r-- | sim/Makefile.am | 2 | ||||
-rw-r--r-- | sim/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index fb28f98..b8d592a 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -27,7 +27,7 @@ srcroot = $(srcdir)/.. SUBDIRS = @subdirs@ $(SIM_SUBDIRS) SIM_PRIMARY_TARGET = @SIM_PRIMARY_TARGET@ -AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET) +AM_MAKEFLAGS = ## We don't set some of these vars here, but we need to define them so they may ## be used consistently in local.mk files we include below. diff --git a/sim/Makefile.in b/sim/Makefile.in index 9df04fe..746527d 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1164,7 +1164,7 @@ GNULIB_PARENT_DIR = .. srccom = $(srcdir)/common srcroot = $(srcdir)/.. SUBDIRS = @subdirs@ $(SIM_SUBDIRS) -AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET) +AM_MAKEFLAGS = pkginclude_HEADERS = $(am__append_1) noinst_LIBRARIES = $(SIM_COMMON_LIB) $(am__append_3) CLEANFILES = common/version.c common/version.c-stamp \ |