]> sourceware.org Git - glibc.git/commitdiff
($(common-objpfx)gnu/lib-names.h): Add dummy command.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 1998 08:22:36 +0000 (08:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 1998 08:22:36 +0000 (08:22 +0000)
Makeconfig

index 394baa96fbcef717055c58581cfdb804a3e0fb0d..c48e657a046246ec17db8e479b8d2043f17ea493 100644 (file)
@@ -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} $@
This page took 0.047141 seconds and 5 git commands to generate.