From be8cedf82f3d6b7542c34eef97e2a714d1202b67 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Jun 2004 05:54:44 +0000 Subject: [PATCH] Additional makefile for Unix on Alpha. --- sysdeps/unix/alpha/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/unix/alpha/Makefile diff --git a/sysdeps/unix/alpha/Makefile b/sysdeps/unix/alpha/Makefile new file mode 100644 index 00000000000..441aa02a838 --- /dev/null +++ b/sysdeps/unix/alpha/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),rt) +librt-sysdep_routines += rt-sysdep +endif -- 2.47.2