aboutsummaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorBrian Gerst <bgerst@didntduck.org>2002-12-14 19:41:56 -0800
committerIngo Molnar <mingo@elte.hu>2002-12-14 19:41:56 -0800
commit0b319ed0ada2e2bd43f38c65a1ce5b1492a40b6d (patch)
tree5c6ad5a8492d19d4746ba197c7a918fab1fb19db /ipc
parentb4499c7261c3f7d75506132416995affe83d829b (diff)
downloadhistory-0b319ed0ada2e2bd43f38c65a1ce5b1492a40b6d.tar.gz
[PATCH] Remove Rules.make from Makefiles (3/3)
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the remaining Makefiles, and removes the empty Rules.make file.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/Makefile b/ipc/Makefile
index 446ce49ab2fe99..87e02f369a6a3f 100644
--- a/ipc/Makefile
+++ b/ipc/Makefile
@@ -5,5 +5,3 @@
obj-y := util.o
obj-$(CONFIG_SYSVIPC) += msg.o sem.o shm.o
-
-include $(TOPDIR)/Rules.make