]> sourceware.org Git - glibc.git/commitdiff
[$(subdir) = gnulib]: Use sysdep_routines instead of routines for make dist.
authorAndreas Jaeger <aj@suse.de>
Wed, 6 Sep 2000 07:07:33 +0000 (07:07 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 6 Sep 2000 07:07:33 +0000 (07:07 +0000)
sysdeps/sparc/sparc32/Makefile

index 00a39602a2ca9926547a3d7b2b8c2829a3dc721b..97fd7b83e8ac21ac59651960e1aef5bf59f26e0a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+# Copyright (C) 1991,92,93,94,95,96,97,98,2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -17,7 +17,7 @@
 # Boston, MA 02111-1307, USA.
 
 ifeq ($(subdir),gnulib)
-routines = dotmul umul $(divrem) alloca
+sysdep_routines = dotmul umul $(divrem) alloca
 endif  # gnulib
 
 # We distribute these files, even though they are generated,
This page took 0.043355 seconds and 5 git commands to generate.