diff options
author | Sascha Schumann <sascha@apache.org> | 2000-04-30 17:58:34 +0000 |
---|---|---|
committer | Sascha Schumann <sascha@apache.org> | 2000-04-30 17:58:34 +0000 |
commit | c91164f99b69ff3585e026e7ed6f1b2c1c78da12 (patch) | |
tree | e3d20968cbb191de3a5701dfe92ffc136906c8a1 /network_io/os2/Makefile.in | |
parent | 673767bb0268d9b0054e7d18f944c2c3f62054d9 (diff) | |
download | apr-c91164f99b69ff3585e026e7ed6f1b2c1c78da12.tar.gz |
Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can
automatically adapt it for VPATH use.
Remove $(OBJS): Makefile dependency to avoid unnecessary rebuilds.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io/os2/Makefile.in')
-rw-r--r-- | network_io/os2/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/network_io/os2/Makefile.in b/network_io/os2/Makefile.in index 8a73374fc..63514b0eb 100644 --- a/network_io/os2/Makefile.in +++ b/network_io/os2/Makefile.in @@ -32,7 +32,6 @@ clean: distclean: clean -$(RM) -f Makefile -$(OBJS): Makefile $(LIB): $(OBJS) $(RM) -f $@ |