That wasn't the problem. Oh well.

This commit is contained in:
briano%netscape.com 1999-07-10 19:59:30 +00:00
parent 0f93e526e4
commit 9e0fe7207e

View File

@ -147,15 +147,3 @@ CFLAGS += -DUSE_NSREG -D__STDC__
REQUIRES = $(MODULE) libxpcom
include $(topsrcdir)/config/rules.mk
#
# This is here because AIX can't handle really long arg lists, like
# the list of all .o files in this directory. So break it into two
# distinct commands.
#
avoid_arglist_probs: FORCE
rm -f core nsU*.o
clean realclean distclean:: avoid_arglist_probs
.PHONY: avoid_arglist_probs