diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-16 05:58:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-16 05:58:44 +0000 |
commit | 45e04a5860476c40b0943e189c9a58f62dca07c8 (patch) | |
tree | e3f57c9a1c01e4438da218d0b03e14dd973da31b /maintMakefile | |
parent | 6ec7d1881c0be453c7ece03a7dcc51681c514778 (diff) | |
download | gunmake-45e04a5860476c40b0943e189c9a58f62dca07c8.tar.gz |
* Some minor pre-release updates.
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile index 659efa5..3ea0889 100644 --- a/maintMakefile +++ b/maintMakefile @@ -52,7 +52,7 @@ NMakefile: NMakefile.template .dep_segment Makefile # build.sh.in: build.template Makefile rm -f $@ - sed -e 's@%objs%@$(filter-out remote-%, $(make_OBJECTS)@g' \ + sed -e 's@%objs%@$(filter-out remote-%,$(make_OBJECTS)@g' \ -e 's@%globobjs%@$(patsubst %.c,%.o,$(globsrc)))@g' \ $< > $@ chmod a-w+x $@ |