diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 08:22:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 08:22:36 +0000 |
commit | 60c34a30cf22b0ec9f2f4c17a19a6aea7094b329 (patch) | |
tree | a5fb1187ac6998b1884b9cd6d9f71b6e52f70a27 /Makeconfig | |
parent | 4a5b485102428ba6037d32326dfa3faf4d978dbe (diff) | |
download | glibc-60c34a30cf22b0ec9f2f4c17a19a6aea7094b329.tar.gz glibc-60c34a30cf22b0ec9f2f4c17a19a6aea7094b329.tar.xz glibc-60c34a30cf22b0ec9f2f4c17a19a6aea7094b329.zip |
($(common-objpfx)gnu/lib-names.h): Add dummy command.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 394baa96fb..c48e657a04 100644 --- a/Makeconfig +++ b/Makeconfig @@ -681,7 +681,7 @@ endif # Generate the header containing the names of all shared libraries. # We use a stamp file to avoid uncessary recompilations. before-compile += $(common-objpfx)gnu/lib-names.h -$(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp +$(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp; @: $(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk $(make-target-directory) @rm -f ${@:stmp=T} $@ |