diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-08 23:09:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-08 23:09:14 +0200 |
commit | 94a3d5a0b5591ef065f86912948a79cf8b007b13 (patch) | |
tree | ed2eeb2df1dca5c105703339f1dced353769605a /libstore | |
parent | 7d5a62da64c0f1a61fb2ea7b0e76950e12b422cd (diff) |
Automatically regenerate files that depend on $(hurd-version).
Follow-up to 05f5cc229323a61799388fbb52da84ca8cb502c9 (»configure: Use modern
`AC_INIT' invocation.«).
* Makeconf (%: %.sh): Depend on config.make.
* Makefile (version.h): Use a stamp file.
(stamp-version): Depend on config.make.
* doc/Makefile (stamp-version): Likewise.
* Makeconf (make-deps): Take additional target-specific dependencies, $*-DEPS.
* console-client/Makefile (driver-DEPS): Depend on config.make.
* libstore/Makefile (module-DEPS): Likewise.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 56c1fdfd..2fb3c70d 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -66,6 +66,7 @@ vpath %.c $(srcdir)/../exec CPPFLAGS += -I$(srcdir)/../exec module-CPPFLAGS = -D'STORE_SONAME_SUFFIX=".so.$(hurd-version)"' +module-DEPS = $(..)config.make libstore_gunzip.so.$(hurd-version): $(GUNZIP_OBJS:.o=_pic.o) libstore_bunzip2.so.$(hurd-version): $(BUNZIP2_OBJS:.o=_pic.o) |