From ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 26 Mar 1999 07:08:57 +0000 Subject: * Manual updates: added xrefs, some typos sent by users. * Change the build env. to not link libglob.a unless we need it. --- maintMakefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'maintMakefile') diff --git a/maintMakefile b/maintMakefile index 0c9aa9b..26ba938 100644 --- a/maintMakefile +++ b/maintMakefile @@ -45,9 +45,9 @@ NMakefile: NMakefile.template .dep_segment Makefile.am maintMakefile # build.sh.in: build.template Makefile.am maintMakefile rm -f $@ - sed -e 's@%objs%@$(filter-out remote-%, $(make_OBJECTS)\ - $(patsubst %.c,%.o,$(globsrc)))@' \ - $< > $@ + sed -e 's@%objs%@$(filter-out remote-%, $(make_OBJECTS)@' \ + -e 's@%globobjs%@$(patsubst %.c,%.o,$(globsrc)))@' \ + $< > $@ chmod a-w+x $@ # Use automake to build a dependency list file, for "foreign" makefiles like @@ -63,8 +63,7 @@ build.sh.in: build.template Makefile.am maintMakefile # And _I_ want them to be removed ;) # maintFILES = configure aclocal.m4 config.h.in Makefile.in stamp-h.in \ - glob/configure glob/aclocal.m4 glob/config.h.in glob/Makefile.in \ - glob/stamp-h.in + glob/Makefile.in MAINTAINERCLEANFILES = $(maintFILES) $(TEMPLATES) $(MTEMPLATES) NMakefile \ missing build.sh.in .dep_segment -- cgit v1.2.3