diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-20 12:36:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-20 12:36:53 (EDT) |
commit | 26f9f9cf6b80eda4b5fab131812964f41e0a193a (patch) | |
tree | 0bb235d2a49df14556f3876351c794c97ce3a655 /Makefile.am | |
parent | cd1c89493b99c72fcccae88cc1ca4393ce02b3a6 (diff) |
build: Fix EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9f5c00a..68131cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,7 @@ opkg_opk_LINK = $(LINK) version.c EXTRA_opkg_opk_DEPENDENCIES = version.c CLEANFILES = version.c CONFIG_CLEAN_FILES = -EXTRA_DIST = build-aux/config.rpath autogen.sh +EXTRA_DIST = autogen.sh version.c: $(opkg_opk_OBJECTS) $(opkg_opk_DEPENDENCIES) $(AM_V_GEN)printf 'const char *PACKAGE_VERSION_GIT = "%s";\n' \ |