From 1a5beef51f5c32081116e502c1c90a3e32813020 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 2 May 2003 01:44:59 +0000 Subject: - Fix bug #1405: allow multiple pattern-specific variables to match a target. - Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port. --- maintMakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'maintMakefile') diff --git a/maintMakefile b/maintMakefile index 1bf49f0..1c93463 100644 --- a/maintMakefile +++ b/maintMakefile @@ -8,7 +8,7 @@ globsrc := $(wildcard glob/*.c) globhdr := $(wildcard glob/*.h) -TEMPLATES = README README.DOS README.W32 \ +TEMPLATES = README README.DOS README.W32 README.OS2 \ config.ami configh.dos config.h.W32 config.h-vms MTEMPLATES = Makefile.DOS SMakefile @@ -54,8 +54,8 @@ NMakefile: NMakefile.template .dep_segment Makefile # build.sh.in: build.template Makefile rm -f $@ - sed -e 's@%objs%@$(filter-out remote-%,$(make_OBJECTS)@g' \ - -e 's@%globobjs%@$(patsubst %.c,%.o,$(globsrc)))@g' \ + sed -e 's@%objs%@$(patsubst %.o,%.$${OBJEXT},$(filter-out remote-%,$(make_OBJECTS)))@g' \ + -e 's@%globobjs%@$(patsubst %.c,%.$${OBJEXT},$(globsrc)))@g' \ $< > $@ chmod a-w+x $@ -- cgit v1.2.3