diff options
author | Nathan Scott <nathans@sgi.com> | 2003-03-31 06:57:56 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-03-31 06:57:56 +0000 |
commit | f40b4bf869c546fe22e71c27ad964039dd2d166f (patch) | |
tree | 5dfe48429f27d162f4d8a1ee137c305f7cf22519 /include/buildmacros | |
parent | ddcb0f9b7084b076780b42f5c98b25ebeab94e89 (diff) | |
download | attr-f40b4bf869c546fe22e71c27ad964039dd2d166f.tar.gz |
Minor userspace build changes, keeping packages in sync.
Diffstat (limited to 'include/buildmacros')
-rw-r--r-- | include/buildmacros | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/buildmacros b/include/buildmacros index 19be589..54044f4 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -1,5 +1,5 @@ # -# Copyright (c) 2002 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as @@ -38,7 +38,7 @@ BUILDRULES = $(TOPDIR)/include/buildrules # during the "dist" phase (packaging). LDFLAGS = $(LLDFLAGS) -LDLIBS = $(LLDLIBS) $(MALLOCLIB) +LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB) MAKEOPTS = --no-print-directory SRCFILES = Makefile $(HFILES) $(CFILES) $(LSRCFILES) $(LFILES) $(YFILES) @@ -54,7 +54,7 @@ OBJECTS = $(ASFILES:.s=.o) \ $(LFILES:.l=.o) \ $(YFILES:%.y=%.tab.o) -INSTALL = $(TOPDIR)/install-sh -o root -g root +INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) SHELL = /bin/sh IMAGES_DIR = $(TOPDIR)/all-images |