diff options
author | wtc%netscape.com <devnull@localhost> | 1999-10-14 23:55:27 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 1999-10-14 23:55:27 +0000 |
commit | a75a47580747804275b19c6641253224af955d8e (patch) | |
tree | 16d3d3af4b449a50789e3a36af0e544942e1613a /config | |
parent | ffd0bf2701b5cf9cf4fcf41e709923be68a892ed (diff) | |
download | nspr-hg-a75a47580747804275b19c6641253224af955d8e.tar.gz |
Removed the rule for $(PURE_LIBRARY), which was accidentally
resurrected in the autoconf checkin.
Diffstat (limited to 'config')
-rw-r--r-- | config/rules.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/rules.mk b/config/rules.mk index fe4188f6..205a7e89 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -352,14 +352,6 @@ endif # WINNT endif # AIX 4.1 endif # USE_AUTOCONF -$(PURE_LIBRARY): - rm -f $@ -ifneq ($(OS_ARCH), WINNT) - $(AR) $(OBJS) -endif - $(RANLIB) $@ - - $(RESOBJ): $(RESNAME) $(RC) -F$(OBJ_SUFFIX) $< $@ |