diff options
Diffstat (limited to 'm4/Makefile')
-rw-r--r-- | m4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/Makefile b/m4/Makefile index ff5be1d..6e003a5 100644 --- a/m4/Makefile +++ b/m4/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2003 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2003-2006 Silicon Graphics, Inc. All Rights Reserved. # TOPDIR = .. @@ -8,7 +8,8 @@ include $(TOPDIR)/include/builddefs LSRCFILES = \ manual_format.m4 \ package_globals.m4 \ - package_utilies.m4 + package_utilies.m4 \ + multilib.m4 default: |