mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
[$(subdir) = gnulib]: Use sysdep_routines instead of routines for make dist.
This commit is contained in:
@@ -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.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
ifeq ($(subdir),gnulib)
|
ifeq ($(subdir),gnulib)
|
||||||
routines = dotmul umul $(divrem) alloca
|
sysdep_routines = dotmul umul $(divrem) alloca
|
||||||
endif # gnulib
|
endif # gnulib
|
||||||
|
|
||||||
# We distribute these files, even though they are generated,
|
# We distribute these files, even though they are generated,
|
||||||
|
Reference in New Issue
Block a user