summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorsascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2000-04-30 17:58:34 +0000
committersascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2000-04-30 17:58:34 +0000
commit4055c214060974403f9ddb06fc6f30fe38e5e209 (patch)
treee3d20968cbb191de3a5701dfe92ffc136906c8a1 /mmap
parent52de50d04ac8be9d601020a0125066e0beb71d2d (diff)
downloadlibapr-4055c214060974403f9ddb06fc6f30fe38e5e209.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: http://svn.apache.org/repos/asf/apr/apr/trunk@59998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/beos/Makefile.in1
-rw-r--r--mmap/unix/Makefile.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/mmap/beos/Makefile.in b/mmap/beos/Makefile.in
index 17d08b4b6..4216af163 100644
--- a/mmap/beos/Makefile.in
+++ b/mmap/beos/Makefile.in
@@ -27,7 +27,6 @@ clean:
distclean: clean
-$(RM) -f Makefile
-$(OBJS): Makefile
$(LIB): $(OBJS)
$(RM) -f $@
diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in
index 9286e2b80..116c4a2f6 100644
--- a/mmap/unix/Makefile.in
+++ b/mmap/unix/Makefile.in
@@ -28,7 +28,6 @@ clean:
distclean: clean
-$(RM) -f Makefile
-$(OBJS): Makefile
#$(LIB): $(OBJS)
# $(RM) -f $@