summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-01-22 06:36:06 +0000
committercls%seawood.org <devnull@localhost>2001-01-22 06:36:06 +0000
commit3b8d7b60ae4e62b9c180521c7f6ce411f43354f8 (patch)
treedb2393d935048f985c1f9ff7bfe8b2feceb3597a /lib/tests
parentd436afb85d7aa03cceeaff7dabddbf02bd368a93 (diff)
downloadnspr-hg-3b8d7b60ae4e62b9c180521c7f6ce411f43354f8.tar.gz
There is no need to invoke recursive makes for the dummy libs & install phases of nspr. Especially when it means having a dummy target in every makefile that has a dependency upon export. Instead, put the dummy target in rules.mk.
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile1
-rw-r--r--lib/tests/Makefile.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/tests/Makefile b/lib/tests/Makefile
index 288b0b6a..18495367 100644
--- a/lib/tests/Makefile
+++ b/lib/tests/Makefile
@@ -242,7 +242,6 @@ endif
endif
export:: $(TARGETS)
-install:: export
clean::
rm -f $(TARGETS)
diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in
index 29188e71..974e6639 100644
--- a/lib/tests/Makefile.in
+++ b/lib/tests/Makefile.in
@@ -247,7 +247,6 @@ endif
endif
export:: $(TARGETS)
-install:: export
clean::
rm -f $(TARGETS)